SQLite 3 thread safety issues even with serialized mode.
I keep getting crashes when performing -mostly reads by the looks of it- from a SQLite3 database when there are a number of threads doing database stuff at the same time. I'm using SQLite3 which is...
View ArticleDeployment failed. FastDev directory creation failed.
Hi, When trying to deploy any application from Xamarin Studio to a physical device I get the following error: Detecting installed packages Removing previous version of application Installing...
View ArticleHas component api documentation moved?
I just bought the SignaturePad component, and when I right click the component in visual studio and select Open API Documentation, it goes to this URL:...
View ArticleAd-Hoc, LLVM, Link All Binaries and release hell
Hi there, I'm on the Alpha channel, up to date. I realized a couple of days ago that I was using the Debug profile (Debug|IPhone) to create the builds I send to TestFlight. I wanted my test users to...
View Articlemkmapview set region without push button
I Got code sample about show current location, its shows on map but not setregion and close cam without push a button. // Show the user location this.mapView.ShowsUserLocation = true; // Assign a...
View ArticleCould not obtain a C# compiler.
I just started up Xamarin Studio today and any time I try to build an iOS project I get the following error: Could not obtain a C# compiler. C# compiler not found for Xamarin.iOS The only things my...
View ArticleInclude Ads within an app using Xamarin Starter?
I'm currently the process of creating my first app using Xamarin Starter Edition. Could anyone possibly tell me if its possible to include ads within my application using this starter version of Xamarin?
View ArticleJava Binding: member 'cannot be accessed from outside package'
I've created a java binding project for iSpeech. Had to a couple of things (not relevant I don't think) and can build it fine. But when I go to run it, I get an error in a generated java file:...
View ArticleGoogle Map API - Tutorial
Hello, I am new to Xamarin and wanted to make a Google Map application with android. I followed step by step the tutorial found here:...
View ArticleHow to fix errors on jar binding project
I try to get a better understanding of how I can create Xamarin.Android bindings. I followed the guide and various informations I found on the net. But I do not know what I have to do for some errors....
View Article#if DEBUG is true in ALL profiles but release.
Is this correct/expected behavior? I was expecting it to be false for AppStore and Ad-Hoc. Thoughts?
View Articlebinding native libraries
I currently have a native Android AND iOS library that contains different "modules" composed of models (the smallest part), views and controllers (the biggest part). I would like to start writing apps...
View ArticleFinding a Google OAuth2 Component
I've been trying to use Xamarin.Auth for my cross-service authentication into my app. I've got FB setup and it was fairly easy, but as people have identified in this thread, there is no support for...
View ArticleCrash when using Xamarin.InAppBilling
Hi! I'm getting a crash with a game when calling: var purchases=_serviceConnection.BillingHandler.GetPurchases (ItemType.Product); The In App Billing is correctly configured, the products are correctly...
View Article[Xamarin blog] Use iBeacons in Android with C#
Read the full article: "Use iBeacons in Android with C#" on the Xamarin Blog. Please use this thread to discuss or ask questions.
View ArticleException during Add Reference
I am unsure if this is the correct forum or if I should use the "Xamarin Studio" forum. I downloaded the Shinobi Gauges control from the Component store and attempted to add reference to the DLL in...
View ArticleEmployee Directory and FieldService prebuilt apps not running
Hello, I have started learning Xamarin for work. I have tried to check the EmployeeDirectory and FielService project, but cannot run the apps. I'm using Visual Studio Ultimate 2012. I'm building the...
View ArticleMar 11: first Xamarin talk on .NET UY Meetup!
Check out all the info at (in spanish) http://www.meetup.com/NET-UY/events/164359442/
View ArticleStatus bar in New IOS 7 and Xcode 5 built.
Recently Apple has made it mandatory to submit all built using Xcode 5 and IOS 7. My app use to work fine, if i built using Xcode 4. But After the upgrade to Xcode 5, the status bar doesn't appear on...
View ArticleSignaturePad and keyboard Issues
I'm using Xamarin Studio for Android Apps. I’m facing two main problems. 1.I’m using signature pad on screen. This screen have too much contents that’s why I’m using ScrollView and its...
View Article