Question about subscription
If we buy an business edition for one year and then unsubscribe it, can we still be able to build our app, modify or create new after the year ? Thanks !
View ArticleAsync Debugging Breakpoints not being hit
While debugging our Xamarin.Android project, we're finding that any breakpoints that we place within Async methods are not being hit. The architecture is a Xamarin.Android application project and a...
View ArticleODBC
I have to create a mobile app that runs on Android and IOS, but has to communicate with a database that runs via ODBC driver. Is that in Xamarin possible? It is not a SQL Database, but it works over an...
View ArticleCan Xamarin recognize warnings/errors produced by custom build commands?
I've created a bash script and am running it as a "Before Build" custom command. (I've also tried running it as a "Build" custom command). I've tried printing warnings to both STDOUT and STDERR, but...
View ArticleRemoving Action Group
Hi, I added an Action Group in to one of the GTK Solution. While removing the newly added ActionGroup. The Design Files under User Interface Folder is not getting removed. I tried removing the file...
View ArticleError trying to use ActionBarSherlock
I have an application that I am porting from java to Xamarin.Android. The minimum version is API 10, target version is API 16, and I'm trying to use ActionBarSherlock. I have ported all of the code...
View ArticleError CS0012: The type XXX is defined in an assembly that is not referenced ???
Error CS0012: The type System.ComponentModel.INotifyPropertyChanged' is defined in an assembly that is not referenced. Consider adding a reference to assemblySystem, Version=2.0.0.0, Culture=neutral,...
View ArticleCompilation errors when using Google Analytics component for iOS
Adding Google Analytics support to our iOS app today, and I'm seeing these linker errors: Error MT5212: Native linking failed, duplicate symbol: '_objc_retainedObject'. (MT5212) Error MT5212: Native...
View ArticleTouch events stopped working since upgrading to iOS 7 simulator
Ever since I upgraded my Xamarin to iOS 7, the iPhone simulator doesn't fire any touch events for projects that were working before. Even the touch example from the documentation doesn't recognize...
View ArticleReadDone2 exception from WCF
Hi, I am using wcf to get a lot of data from database, but sometimes I get an exception: "Error getting response stream (ReadDone2): ReciveFailure" StackTrace: at...
View ArticleBreakpoint hanging with 'Resolved pending breakpoint at XXX' in Xamarin Studio
EDIT: Xamarin Studio version: Version 4.2.2 (build 2) Hi guys, Im looking to release a new version of my app that supports Xcode 5. Ive already released 1 app, but I have another app that uses some of...
View ArticleUIPickerview fine in debugger but displays wrong on iPad
I'm writing a single screen app that uses a 4 component UI picker. It all works fine in the IOS Simulator. I'm not being clever and am happy for it to work portrait only and size up on the ipad. When I...
View ArticleWebView Custom HTTP Header
I'm trying to append a custom HTTP header to all requests coming from a WebView in a Xamarin Android project. I am able to append headers to the initial request, but future requests from the webview...
View ArticlePCL Profiles do not show Android & iOS
So for example, I downloaded the TaskyPortable project from Github & opened it (as is, without any changes) in Xamarin Studio. The attached screenshot illustrates the issue: the PCL is rejected in...
View ArticleOverride volume up/down buttons
Hi all, I want to override the volume up/down buttons so I can trigger a barcode scan (I'm using a Vuzix M100 - this has very limited input controls, just volume up/down, power and select/back). I can...
View ArticleSince when was pricing per platform?
I remember the price being just $299 for Mac, Android, and iOS..... Why was this changed?
View ArticleDefault constructor not found for type...
As per http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-push-xamarin-ios/ I have implemented some stock standard code in my Xamarin iOS project for using Azure Mobile...
View ArticleHow do I create this?
Hi, I've been looking for examples all night and haven't found anything that quite ticks all the boxes. I am looking to create this I have been trying to do it with a Source List (NSOutlineView), a...
View ArticleCan not deploy on emulator
Hi all, i move my question here. Here the log file while deploying to the ios emulator from VS: Starting debug on:iPhone (Retina) 7.0 Remote build finished... Running...
View ArticleReferencing nuget libs in PCL - Xamarin Studio
What is the standard procedure of referencing nuget libraries (ex: ModernHttpClient) in a Portable Library project? On Xamarin Studio on mac. (All the examples/docs out there mostly talk about Visual...
View Article