ModernHTTPClient - The underlying NSMutableData changed while we were...
I started using ModernHTTPClient to test whether it improved the performance of my app. The component description claims: "Write your app using System.Net.Http, but drop this library in and it will go...
View ArticleUnable to submit app: "non-public selectors in sll.app/sll: index,...
I just re-built with latest Xamarin, tried to submit, no new functionality, now get: The app references non-public selectors in sll.app/sll: index, numberOfPhotos,...
View ArticleGet date by GPS
I'm trying to get the current date through GPS. I created the following code: protected override void OnResume() { base.OnResume(); locationManager = GetSystemService (Context.LocationService) as...
View ArticleHow to get application and system memory information
Hi, In android there is the ActivityManager.MemoryInfo class where you can get some memory information. Can I get the same or similar information using Xamarin iOS or I have to bind to naive API to get...
View ArticleHow would I connect to an online MySQL database using Visual Studio?
So far, I've tried doing it "the normal way" but I've come across a problem: I cannot access "Org.Apache.Http.Impl" as it doesn't seem to be a part of my project. I don't know how to solve this, after...
View ArticleHow can i install it on the third computer?
Hi, i have bought Xamarin.Mac, it works great on both my iMac and Retina Mac Book Pro. Yesterday, i just bought another iMac 27, and I wanted to install it on the new iMac. But it seams that I can only...
View ArticleAND 101 - Introduction to Android with Xamarin Studio
Thanks for attending my first session today! I hope you enjoyed it as much as I did and are now eager to move on to more Android development! Questions from today's session: Q: Can we attach UI event...
View ArticleDeployment failed. Internal error.
Hi all, We are testing the Xamarin for Android devices. We tried to install the demo app and got the following error: Any idea how to fix that? We used a different emulator, but how to fix this one?...
View ArticleCBCentralManager problem
I have been down the trail of trying to figure out how to get a CBCentralManager instantiated. Okay, I get that you can't use the default constructor (reference the discussion between StewartLodge and...
View ArticleBusiness Edition licences queries
Hi, I am in the process of getting a Business Edition license after trying the Trial Edition. And now I am confused. I have the following queries: I was able to use the Trial Edition for both Android...
View ArticleXamarin Forums Search - Limit to a Specific Forum?
Is there a way to limit a search to a specific forum? I'm turning up results all over the place in the Xamarin forums and I'd like to be able to keep in a defined forum. Thanks!
View ArticleSubmitting on AppStore issue : iOS Advertising Identifier
I recently tried to submit my app on the Apple Store, but it has been rejected due to iOS Advertising Identifier. Here is the exact problem: Program License Agreement PLA 3.3.12 We found your app uses...
View ArticleGood idea to have multiple Android projects in same solution?
Hi Is it a good idea to have multiple projects in the same solution? In each project I have one activity which is marked as 'MainLauncher'. The second app has some dependencies to the first app (which...
View Articlecalling function from native library.
Hello, I am new to xamarin. it would be of great help if someone could guide me step by step regarding how to include my static library (.a) in my project and call the function from it . The function...
View ArticleIs there any way of getting line numbers in stack traces in release builds?
I use my own internal reporting to send back .Net Exceptions to my server, but being a Release build they have no line numbers - is there any way to include these that will get past Apple? I seem to...
View Articlevs2013 debug ios problem
I am using windows 8.1 pro, Visual Studio 2013 and Macmini with latest OS update. To debug IOS app I am using simulator on Macmini. I have problems with debuging IOS app from visual studio. At first I...
View Articlexamarin designer TOOLBOX not working???
I am using visual2012. but the tool box menu does not work. Can you help?
View ArticleWCF SOAP XML data corruption problem
I'm seeing a really strange issue with calling a WCF SOAP service. We added the service reference to a PCL that is then referenced in iOS and Android (and Windows Phone which doesn't have this issue)....
View ArticleAndroid SDK Installation Issue
Hello, I'm trying to install the free 30-day trial edition of Xamarin. During the step "Requirements download" I receive this error for Android SDK: Installation of 'Android SDK' failed with more than...
View ArticleHelp w/Remote Notifications
I have followed the Xamarin documentation here, http://docs.xamarin.com/guides/cross-platform/application_fundamentals/notifications/android/remote_notifications_in_android/, and my app still does not...
View Article