PKPassLibrary - Remove a pass
I am using the PKPassLibrary to add a pass to Passbook, which is working fine. But removing a pass from Passbook is silently failing. I am calling PKPassLibrary.Remove. To add a pass I am using var pk...
View ArticleEASession OutputStream HasSpaceAvailable always false
This code had been working for about 6 months: EASession session = new EASession(accessory, "com.bluebamboo.p25i"); session.OutputStream.Delegate = this;...
View ArticleSetting Debug/Release
Hi, Xamarin iOS. On the main window of the IDE there is a drop-down box for selecting Debug/Release and so on. In Project settings/Compiler there is also a Debug/Release drop-down. What is the...
View ArticleXamarin.Android upgrade this morning caused regression in ViewPager
This morning I upgraded to the new Xamarin.Android build, and this caused a regression. I have an ImagePagerAdapter which slides photos left and right, which was working beautifully until after this...
View ArticleSystem.Core now has an interpreter for LINQ expressions and dynamic...
I read that in mdk 3.2.7 release notes which is in alpha channel for iOS. Does that means the dynamic keywork now works on iOS hardware ? And dynamic expressions too ?
View ArticleThe app references non public selectors
When trying to validate an app for the App Store I got the following error: The app references non public selectors in Payload/Myapp.app/Myapp: application, connect, id, from, setApplication:,...
View Articlenot working for me in Jar Binding lib
Hi, I have a Jar Binding library, and the jar contains 2 root packages: "it", and "p001". I need to have the code generator ignore the latter, which contains obfuscated internal classes, but I can't...
View ArticleCannot build nUnit test project in Xamarin Studio on Mac
I could be missing something really straightforward here but I cannot for the life of me get an nUnit project to build in XS on Mac. Creating the same project on XS in Windows is not a problem - only...
View ArticleMonoMac vs Xamarin.Mac ?
Hi! I've been making a small Mac app just for fun and I really love Xamarin now that I'm using it for Mac development. One question I have is "What's the difference between MonoMac and Xamarin.Mac?" I...
View ArticleBuilding Cross Platform (ios/android) app using Teamcity (Windows!)
Hello everyone, I am currently trying to build my ios/android app through teamcity. Important points: I need to be able to build both Adhoc and Release builds I have a shared PCL library project The...
View ArticleXamarin Studio: Can't debug/run app on iOS 7 device
I can't debug/run apps on ipad Air device (iOS 7.0.6) with Xamarin Studio - Application compiles, deployed and runs fine with XCode. Note: Application builds and runs fine under the simulator. Installs...
View ArticleView service did terminate with error after preparing itself Error...
When I add a UITextView that detects a address, phone or email. it gets extra ui automatically. so if i long press a detected address for example i get a popup that has the following. Open in Maps Add...
View ArticleXamarin.Android Project Configurations
I'm using Visual Studio 2010 (v10.0.40219.1 SP1Rel) with the Xamarin.Android plugin (v4.12.28) and everything is going smoothly except that I am unable to set the project configuration (Debug/Release)....
View ArticleFailed to change active application on server
Hi, I'm Jonatan and a student whom recently started to use Xamarin for IOS. So the error I'm getting when I try to run the IOS simulator is: "Failed to change active application on server". Server...
View ArticleiOS 7 Change TextColor Of UITextView With AttributedText(modifies text color)
Hi, I am having a hard time getting the text color of my UITextView to change without it changing the color of attributed text. It works fine if I set TextColor after setting AttributedText, but it...
View ArticleAndroid Emulator : Device Unavailable / select device
Hello, How can I select the device opened in the emulator. When I launch the debug, here is the pop-up I have : - Title : --------Device Unavailable - Text : --------Device : is either not running or...
View ArticleIn-App purchases in Xamarin?
I saw the official in app billing tutorials, they're all java. Can someone provide me example code or something to implement in app purchases using xamarin.android Any help is appreciated -Bone
View ArticleHas anyone received the invitation mail to take the certification exam?
I got a congratulation on finishing Xamarin University mail but no exam invitation so far.
View Articleusing Microsoft.Office.Interop.Excel
I've made a program that uses "Microsoft.Office.Interop.Excel". When I open the project in xamarin studio and try to debug, I get an error at this line: using Microsoft.Office.Interop.Excel; How can I...
View ArticleHas MvvmCross good performance/speed?
Hi everyone, I have seen that a lot of people is using Xamarin with MvvmCross and I may give it a try. After my research I found a lot of advantages in development, but I haven't read much about...
View Article