Facebook IOS sdk component - Spinning wait logo during login
Hi, I noticed that when using this component, more specifically the FBLoginView, after you hit the "Login" button, there is no indicator for the user to denote that something is happening in the...
View ArticleReport Issues
Hi, I can't seem to be able to find any good reporting tools, in visual studio I use local reporting services I can't seem to find the eqivalent. I am hoping to move away from a windows based system to...
View Articleelement isn't being written to the AndroidManifest
I have the following in my AndroidManifest but when I decompile the generated apk, it's not there which causes my app to be listed to run on all devices. I'm building with Xamarin Studio 4.2.2
View ArticleHow to Publish iOS app to AppStore, Docs Outdated
@jstedfast So I want to finally publish my app to the AppStore, but it seems the Xamarin Publish docs are really outdated......
View ArticleConnect to Azure Blob from PCL that targets Xamarin
I have a PCL Project (profile 78) for Xamarin, and tried to add this SDK (https://github.com/zgramana/azure-sdk-for-net) to connect to Azure Blob. but got this error: Install-Package : Could not...
View ArticleHow to respond to Google Map custom marker popup box press to activate an new...
I have a Google mapping application that displays one or more markers on the map. I have successfully implemented a custom marker popup that displays details of the location the marker is pointing to....
View ArticleHuge APK size.. is it normal?
Hi, I just finished my Android app. The VS2012 solution contains a PCL, a WP8 app and the Android app. The PCL is added as a reference to the Android project. Xamarin Android 4.10.01073. I'm using the...
View ArticleXamarin.Android Toolbar does not show connected devices
Greetings, I am using Xamarin.Android 4.10.1 with VS2012, and I cannot get any of my Android devices to show in the Xamarin.Android toolbar drop down. I have the vendor USB drivers installed, the...
View Articlec# interfaces - why?
This is more of a C# question than a Mono / Xamarin one, and probably a case of not having built a project big enough, or complex enough to make the use case for interfaces obvious, but what is their...
View ArticleJust posted: Improvements to the Google Play Services Component on the...
Read the full article to learn about some of the improvements that were made to the Google Play Services component. Please use this thread to discuss or ask questions.
View Articleproblem with missing resources using Google Play Services
Hi, I'm using Google Play Services for Maps & Admob. The app runs fine when the device has the latest Google Play Services version. It always complains about missing resources on the debug log, but...
View ArticleGoogle Glass Support in Installation/ Missing Libraries
Hi all, I'm having a bit of a trouble getting the Google Glass API (GDK) to work with the Xamarin studio I have on my Mac. I've installed all necessary libraries through the Studio (I think). But when...
View ArticleOver The Air - Ad Hoc Distribution via website
I want to distribute an app through a link on our website like this: itms-services://?action=download-manifest&url=http:// website.com/Application.plist When I create an IPA file for distribution...
View ArticleHelp wrapping third party jar for Mono for Android
I am trying to wrap the ESRI ArcGIS map sdk for android for use in Mono for Android. I have successfully wrapped the iOS version using MonoTouch. However, doing the same thing for Android seems to be...
View ArticleXamarin Studio not installing on mac
Hello Recently i was download Xamarin studio trial version. i try to install the IDE on MAC AIR but it won't it showing only "Downloading Android SDK" even not showing the progress bar. i waste my 1...
View ArticleReuse model classes generated from Entity Data Model in all platforms.
Hello, I want to create a cross platform solution and I will be using the Entity Framework 6 for data access. A WebAPI will hit the Entity Framework and provide JSON data to the clients...
View ArticleError getting response stream (Write: The authentication or decryption has...
I'm getting this error while trying to register with Azure. Aparently is some kind of issue with mono and the connections using SSL (some certificates are missing o something like that):...
View ArticleDoes mono implement enough of .NET to be a feasible platform to write a...
The principle sounds great - apart from UI code, write all your code on top of .NET so you can share it across iOS and android. But is that the reality? My main frustration after 6 months with Xamarin...
View ArticleAverage Memory Usage?
I did a lot of work regarding memory optimization within the last weeks and I think I got some "good" results, however I have no idea how good they are compared to other applications which are built...
View Article'Android.App.Fragment' claims it is defined assembly...but it could not be...
'Android.App.Fragment' claims it is defined assembly Mono.Android, Version=0.0.0.0...but it could not be found. All I added was this one line var mapFragment = new MapFragment (); The references are...
View Article