How to integrate Crashlytics inside my Xamarin.Android application using...
Nowadays I am using crashlytics for handling crash reports inside my Xamarin.iOS application without any problems. When I added Crashlytics for the first time, I could setup it from some old Xamarin...
View ArticleApp works fine on main account but crashes with System.UnAuthorisedException...
am trying to track down what is causing this issue on an Android app I am developing. I am running Android KitKat and I have a Nexus 10 with 2 accounts on it. I am also using the Monodroid framework...
View ArticleWhat is required to build cross platform apps
Hello community! I had to get a mac to submit apps to the app store and look into boot camp. After reading on a few forums, I was informed that you need a license for both mono touch and mono for...
View ArticleWhere's CGLayerGetContext in Xamarin or how to get context from layer?
Hi, I'm trying to draw a few CGPaths in a layer, for that, I would need to access the context of the layer. All the replies that I found online are using the CGLayerGetContext (for native iOS) but I'm...
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 ArticlePropertyGrid on Xamarin.Mac?
Hi, I've recently posted this question on: http://forums.xamarin.com/discussion/630/gtk-treeview#latest Is there an equivalent control for the PropertyGrid on Xamarin.Mac? Pete
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 ArticleUsing HTC's Bluetooth LE library in Xamarin, is this possible?
Here is the target: Create an Android app (Android 4.2) for HTC phones that uses Bluetooth LE to communicate with other BTLE devices. I have to use the HTC proprietary Bluetooth LE java library. I have...
View ArticleHow quickly does Xamarin support new Android OS updates?
I'm a lead developer on my company's mobile team, and we're considering switching to Xamarin for the next version of our mobile apps. One of the great things about Android is the ability to quickly...
View ArticleMy app does not support AirPlay
AirPlay works fine in my iPad with all other apps except for one. When I launch the app the AirPlay shows the app launch image but after that just shuts down. AirPlay icon also disappears from the...
View Articleembedded PDF Viewer
Hi everyone, Does somebody know if there is any component in Xamarin Android to show an embedded PDF Viewer? I saw some components but most of them opens an external pdf viewer (like Adobe) but what I...
View ArticleHow to Get Current Location Instantly?
Hi all, I am using the following code to request current location: private void RequestCurrentLocation() { Criteria locationCriteria = new Criteria () { Accuracy = Accuracy.NoRequirement,...
View ArticleHow do I play streaming mp3?
The question is as follows. How is it possible to start playing an mp3 file before it downloaded completely? I've got another not so tricky question, that would kind of work as a solution for now. How...
View ArticleSet "Run with" option as default
Hi, I'm sorry if this has been asked before but I searched both here and on google without finding any answers. I'm working on a school assignment with a few friends, they all work in VS while I prefer...
View ArticleEnvironment Dependencies for running app in android
I have developed an Android app using Xamarin Visual Studio plugin, It was running fine with Emulator.. but not able to run in Android device. I can successfully done with APK file creation and...
View ArticleHow To Theme TableView and Cells Using GunMetal Theme?
I am trying to use the GunMetal Theme from the Component Store to theme my application but am unable to get any theming for the TableView and Cells. It themes the Navigation Bar at the top so I know it...
View ArticleHow to customize the SearchBar in a DialogViewController
I am trying to customize my search bar a little more, and I am coming up short on how to do it using DialogViewController. The EnableSearch property shows a search bar, but that UISearchBar is a...
View ArticleHeadings in GPS
Hi, My app is GPS-aware. To test it, I implemented a crude GPS simulator, which is basically a timer that generates events. Subscribers get a longitude/latitude pair read from a file. Now my app needs...
View ArticleXS alpha/iOS : No provisioning profiles have been detected . Beta & Stable do...
Hi. It appears that the latest XS/iOS alpha upgrade broke something and so, when I am compiling it against my iOS7 iPhone 4s , I am getting the following error : Error: No provisioning profiles have...
View ArticleHow to read files created with native jar bind library.
Hello, I bind a jar library that writes files to this path /data/data/Xamarin.AndroidTestApp/cache/NativePath/NativeFile_1387467003822-95976.dat How do I get access to the corresponding path in my...
View Article