DetailDiscolsure button doesn't works on iOS 6
Hi guys, i'm here with a new problem :) I've followed this recipe http://docs.xamarin.com/recipes/ios/content_controls/map_view/handle_annotation_click to add a DetailDisclosure button on my...
View ArticleNuGet in Xamarin Studio
The NuGet add-in for MonoDevelop was recently updated to include Xamarin Studio support! A really helpful add-in, if you're doing any development that can leverage NuGet....
View ArticleDoes Xamarin iOS support Core.Data?
Does Xamarin.iOS support Core.Data? If yes, does anyone have information on how to use it and examples? I can't seem to find any information about it. Most information I find is mostly just pointing to...
View Articleurl shortener
Hello, is there any solution for make url shortener in xamarin ? i need this for share tweet. thank you
View ArticleCan't run Debug Session on iPad Device
Hi all, I recently updated Visual Studio to Update 4 and Xamarin Studio to 4.2.1 and it has completely broken the ability to build and run my Visual Studio project on an iPad device, the error I get...
View ArticleAppstore Package Issue
Hello I face the problem when i trying to upload my xamarin appstore package to ItunesConnect. I got the error like:Invalid Binary
View ArticleError when calling ToListAsync() method of Windows Azure Mobile service using...
I am building an app with AzureMobile Services in mvvmcross when I call ToListAsync() method for retrieving data from server in Windows Phone 8 it works fine but there is an error in Xamarin.Android....
View ArticleMy Business License is not working
No matter how many times I login -- it gives this error at point of build. I've tried to uninstall and reinstall Xamarin several times -- same issue every time. PLEASE help. I've been with this...
View ArticleI have problems with the nursery....
My error says: "Nursery is full" . I would like that anybody explain me how to use the GC= garbarge collector correctly... I want to correct problems with the memory of my app. I want to know how to...
View ArticleCouldn't find the method 'PerformFetch' when implementing iOS 7 Background Fetch
I've implemented Background Fetch in a MonoTouch application, but iOS can't seem to find the PerformFetch method I've added to the AppDelegate: [...] namespace MyApp.iOS { [Register ("AppDelegate")]...
View ArticleWCF Transport Security - Custom Authorization
I am writing a WCF service that has a Sql Server database and an Android client (build in Xamarin). I am in need of using a username/password authentication. I have tried so many ways and am tired of...
View ArticleWeb Service Call From Xamarin Studio
Hello everyone, I have created a web service in C#.net and hosted it on cloud server. Now when i am calling this service from my Xamarin code it says "The remote server returned an error: (404) Not...
View ArticleSystem.Security Version 2.0.0.0 not found.
I get the following when simply attempting to just use the mail.dll product in android test. It complies and test fine and does everything I need in the common library unit test. When I run the same...
View ArticleApp "Wake Up" When Near Location - Possible?
A client has asked me to look into developing an app for their walk-in business. Basically, the want the app to "wake up" when they are within a certain distance of the store, and for it to "do...
View ArticleNative linking failing while trying to integrate Card.io SDK
Hi all, I'm working on a Xamarin.iOS 6.1 app which I'm now attempting to integrate the Card.io SDK with. They provide the header files as well as the static library, which I have used in the binding...
View ArticleModal dialog
I create a dialog with the following code: protected void Dialog(string msg) { AlertDialog.Builder builder = new AlertDialog.Builder (this)/; // Get the layout inflater LayoutInflater inflater =...
View ArticleThumbnail not working with DecodeFile... look code
public static int CalculateInSampleSize(BitmapFactory.Options options, int reqWidth, int reqHeight) { // Raw height and width of image var height = (float) options.OutHeight; var width = (float)...
View ArticleNSSpeechSynthesizer is not working on OSx 10.9 (Mavericks)
Any thoughts of alternatives to NSSpeechSynthesizer on MAvericks. Would it be possible to generate new bindings for that? Does someone know how to do for OSx native binaries? To recreate a small...
View ArticleSamples page gives a really bad impression
Take one look at the Developer Center > Sample Applications page (http://docs.xamarin.com/samples-all/) and tell me that looks professional!? Call me old fashioned but... Come on guys if you can't...
View Article