Conversion from NSDecimalNumber to string
I've been following the documentation for in-app purchasing on xamarin.com, but have hit a snag. At a certain point after doing iap.RequestProductData(products); where products is a List of product...
View ArticleGameCircle Amazon
Hi guys, I need to use in my project GameCircle by Amazon. Here the api reference: https://developer.amazon.com/sdk/gamecircle.html Does someone have integrated these libraries in a monodroid project?
View ArticleCan no longer run Android applications using Xamarin 4.2 and Xamarin.Android...
I can no longer run Xamarin Android applications after recent update(s). The app fails to deploy or crashes immediately upon start. I've tried on multiple emulators (Android SDK emulator and...
View ArticleCan applications written with Xamarin be sold on the Windows store?
I saw that to list an app on the Windows store it must be written with a special version of .NET (.NET for Windows Store). Is this something a Xamarin based application can support? Are there any sort...
View Article2 activities and one value
Hello everyone, I'm new here and french (sorry for my bad english), I know C# but I do not know against Android development and I read the documentation. I try to make a simple app: 2 activities that...
View Articlecannot archive project from the command line (mdtool)
I can archive within Xamarin Studio without any problem, but when I try to do it from the command line using the following command: /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool archive...
View ArticleUpload fails on google play even after adding android:debuggable=“false”
I am trying to upload my apk to the google store and it says You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play. I have added...
View ArticleBackground Threads : lost FBGraphUser
I'm quite sure this is near the same thing that I've described here: https://bugzilla.xamarin.com/show_bug.cgi?id=16208 But I want to make sure I'm not loosing something... What I do is trying to...
View ArticleRetina graphics issue
Hi, I have my graphics stored in a directory called graphics. In there I have say "hello.png" and "hello@2x.png". When I create my UI, I create the images on the tabbaritems in a pretty standard way...
View ArticleConsole.Write/Line does not work anymore when debugging on device
This used to work, now it does not... When debugging on simulator, output window shows calls to Console.Write & Console.WriteLine(), but when debugging on iPad, nothing shows up in output window...
View ArticleARGH!!! InvokeOnMainThread / InvokeInBackground /...
All I want to do is spin up a thread separate from the main UI which will run continuously, regardless of whether the app is in the foreground or background, and which the user can...
View ArticleUIWebView load from HTML string
Hi All, Trying to load a UIWebView with the JSON response from a HTTP web service call. Heres the code: void ConfigureView() { NSUrl exeUrl = NSUrl.FromFilename(NSBundle.MainBundle.BundlePath); //...
View ArticleValid iPhone code signing keys
error : No Valid iPhone code signing keys found in keychain this is my first app in IOS on Mac. Please give me solution.
View ArticleBUG: Standard Header editor edits the character before the one you your...
Not sure if this is the place to report bugs but apologies in advance if it isnt. Latest version of Xamarin installed on my Macbook Air. Was trying to add a standard header, selected a license from the...
View ArticleHow to put the following Object-C code into MonoMac code C#?
NSImage * pic = [[NSImage alloc] initWithContentsOfFile:@"/Users/Anne/Desktop/Sample.png"]; NSTextAttachmentCell *attachmentCell = [[NSTextAttachmentCell alloc] initImageCell:pic]; NSTextAttachment...
View ArticleXS Text Editor clips some fonts
There is a remarkably nice programming font, called PragmataPro. The font is designed by a programmer, for programmers - and the guy has done a great job. I installed in on my MacBook Pro with Retina...
View ArticleHow to forcely set the current UI language as traditional chinese(Android)?
My project is Android project. I want to forcely set the current UI lanaguage as traditional chinese. But I cannot find the Locale.TRADITIONAL_CHINESE in Xamarin. Does someone know how to set locale UI...
View ArticleApp in rom (system/app) fail to start
Hi, I have trouble with monodroid when my app is in /system/app (in rom) when android start my apk, logcat have this: I/ActivityThread( 701): Pub Kiosk.Kiosk.mono.MonoRuntimeProvider.__mono_init__:...
View ArticleError Comparing Remote and Local Monotouch SDK
I have a windows 8 64bit, I build Xamarin.iOS Hello world app but I have error when build host. Any suggest for me? Thanks.
View Article