MPMoviePlayerViewController will not play streaming video url even thou it...
I am trying to have an MPMoviePlayerViewController play the following streaming video url: http://www.dfi.dk/~/media/Video/OlsenBandenpådybtvand.ashx I get the error "MediaPlayerErrorDomain...
View ArticleWrapper type '***' is missing its native ObjectiveC class '***'.
Hello All I am trying to use a binding solution and it's been rowing upstream all the way. Finally I got the project to compile and even link but at runtime I'm getting the following Exception...
View ArticleAsync on Android - an interesting lesson from competition
Dot42 also implemented 'async' keyword in their C# product for Android, and I tried porting to it my async test project (see...
View ArticleThank You Xamarin team for TestCloud
Few of us are working on testing and packaging into Xamarin Component of OxyPlot library. Even my kids got sample over TestFlightApp to crash the app... ... when I received a mail that I can use beta...
View ArticleCrashlytics And Crittercism Crashing
Hi, I decided to implement both Crashlytics and Crittercism to evaluate which product is the most appropriate. I have generated bindings successfully before so I dont think its related to the binding....
View ArticleHow to use ProgressDialog?
Hi guys! I'm trying to use the ProgressDialog, but I"m having difficulties with the Thread and Runnable thing. I saw that example: final ProgressDialog...
View ArticleGoogle Play Services Rev 10: The Google Play services resources were not found
Hi All, I've updated my SDK, installed the Google Play Services form the Extras folder, got the "Simple Sample" from the component browser, added the Google Play service Rev 10 to the project, added my...
View ArticleZXing package android.support.v4.content.loader does not exist?
I've created a sample project for experimenting in iOS and Android. I added the ZXing component from the Component Store and have a working iOS test app. However, when attempting to get the Android one...
View ArticleXamarin forums kickoff
We created these forums as a gathering place for Xamarin developers to ask questions, share tips and tricks, discuss recent announcements, and generally hang out. We're hoping that over the coming...
View ArticleDownloading update is blocking UI thread
When loading a project which uses a either Xamarin.iOS or Xamarin.Android and either of those plugins need updating a Update dialog appears. Clicking Download update possibly blocks the UI thread,...
View ArticleIssues with connection to web service from xamarin
I Try to connect to web service from Xamarin of the following way: public DataTable SeeArticles(string pStrCodeArticle) { DataTable x = new DataTable (); WsLoc09.WSActividad ws = new...
View ArticleWhy can't ZXing assemblies load Mono.Android?
I've created a sample project for experimenting in iOS and Android. I added the ZXing component from the Component Store and have a working iOS test app. However, when attempting to get the Android one...
View ArticlePossible Linker Issue - Caused Issue on App Store
During testing of the latest version of my app I encountered a last minute bug that required me to make a one line change. I use the DropBox Sync component and needed to make sure I closed the file...
View ArticleViewDidAppear is not firing
Hello, I'm building a nib-less iOS app utilizing a UINavigationController. I do not want the home screen to show the NavigationBar, but on the sub pages I do want to show the NavigationBar. My hope was...
View ArticleGUI testing with MonkeyTalk iOS Agent, linking in library and frameworks
Hi! I'd like to use MonkeyTalk for GUI testing, and I'm having some difficulties adding in the frameworks. The MonkeyTalk agent requires some libraries to be loaded: libMonkeyTalk-1.0.56.a,...
View ArticleSet Application Name and Identifier on a per configuration basis
I'm working on two applications which are almost completely identical. One of them is full featured paid and another one is free with an in-app unlock. I'd like to have just one iOS application project...
View Article[Xamarin.Auth] How to string-encode object for FormEncode
Say I have an object called place that has 2 string properties and an object property that in turn has 2 string properties itself. How do I need to serialize this object to work with FormEncode of...
View ArticleDataContractSerializer does not follow .NET rules when deserializing...
In .NET, instances of a type like the following will serialize/deserialize without a problem. [DataContract] public class SampleType { private List<String> _myStrings; public SampleType() {}...
View ArticleZXing with Front Camera within a Defined Boundary
Hello everyone, I am developing an app exclusively for a tablet and I am facing a problem that has two parts to it: I need to scan a QR code using the front camera. When the camera activates, the...
View Article