Project file is changed due to project reference re-order
We are developing an iOS and Android application and we use both Xamarin Studio on the Mac and Visual Studio with Xamarin plugin on Windows. The Android project references the new Google Play Services...
View Articlejava.lang.RuntimeException: Unable to instantiate activity ComponentInfo...
I am receiving the error below when trying to run my application on an emulater targeting API-12 java.lang.RuntimeException: Unable to instantiate activity...
View ArticleUnable to build for AppStore, Distribution Provisioning Profile is not...
I am unable to build my app for publishing in the AppStore. I have followed the guides to create an AppStore Distribution Provisioning Profile. I can see the distribution profile in XCode Organizer....
View ArticleProblems with NumberPicker
Hi there, I'm trying to use a NumberPicker in my app. I'm using the support library and everything works just fine until I try to set the minimum and maximum values. The device I'm testing on is...
View ArticleGoogle Play Services Component and In-App Billing
I am about to implement In App Billing and have been looking around a bit. The Aug 1 Xamarin Blog entry by Tom Opgenorth @topgenorth discussing the new Google Play Services component says, in part:...
View ArticleParentViewController not working
I have a homeViewController which PerformSegue() calls a popover view controller. Yet from the Popover's view controller when I call Console.WriteLine("a) " + base.ParentViewController );...
View ArticleSeptember 11: Birmingham User Group: Birmingham, Alabama
A new Xamarin Users Group is being formed in Birmingham, Alabama. Here's your chance to learn more about Xamarin, get questions answered by other Xamarin users and representatives, plus meet other cool...
View ArticleHow to enable the document overview sidebar?
Hi, at home in my XS I discovered a small button in the bottom right corner which enabled a complete overview of the current open file, much like a map. I find this very useful. Unfortunately I don't...
View ArticleF# Language Binding Add-in for Xamarin Studio 4.1.0
I'm trying to install the Add-in for F# Support for Xamarin.iOS development and it says it needs FSharpBinding v3.2.15. I attempted to install the F# Language Binding, but the only available version...
View ArticleNo hover in F# editor in latest alpha?
Downloaded today's alpha release. Hovering over a variable no longer gives its type in the F# editor. Did something change and I now need to turn on a switch to make it happen?
View ArticleNullReferenceException Json.NET Xamarin.Android android 4.3
I believe I have just run into this bug https://bugzilla.xamarin.com/show_bug.cgi?id=4902 on my Nexus 4 now that I have updated to android 4.3. Basically, when JSON.NET tries to get the timezone, we...
View ArticleObjective Sharpie error
Trying to use Objective Sharpie (0.4.9) to build a binding for the Evernote API - I get this error - any ideas/suggestions? Thanks! sharpie-clang-parser exited with error code: 132 System.Exception:...
View ArticleAppStore rejection
My app just got rejected from the app store review process. I have had probably 20+ versions of this same app fly through with no problem over the past year. They said that the app crashes when they...
View ArticleRest or Soap for a calculation?
So the mobile app will have a page where a user enters in about 10 options for criteria. It then must perform some calculations based on a matrix of values and return results. The matrix is controlled...
View ArticleXamarin cannot see running AVDs
As per the title, things are currently not going so well with my Xamarin development. I've previously used Unity and Eclipse to create Android apps; Unity directly to devices and with Eclipse I've...
View ArticleUpdating UILabel
Hi guys, new to Xamarin and iOS so this may be a silly question: Basically, I have a UITabBarController, NewGameScreen.cs (with NewGameScreen.designer.cs and NewGameScreen.xib) and as one of the tabs,...
View ArticleFlurry 4.3.2 Bindings
Hi Everyone, Flurry released an urgent update to work with iOS7. Do we know when the GitHub Monotouch-bindings project will get updated to the new SDK? I haven't been to involved in bindings so can't...
View ArticleHow to create rounded button on Navigation Bar? Monotouch.Dialog
Hi, How to create a rounded button or which just displays the background image for Ipad app, using monotouch. I created a UIBarButtonItem with background image, but it displays in rect form. how to...
View ArticleHow to manually choose internationalization inside de app
Its like when i start my app i want to choose which value folder i want to use i dont want it to be automatic by device language configurations... how can i do that?
View Article