Getting all text from a localisation file that starts with a particular...
Hi, I have a series of localisation files that I use within my app. What I'm trying to do is in one action load all messages that have a particular identifier. For example,...
View ArticleCan I use Xamarin to create a pure iOS library?
Is it possible to use Xamarin to create a pure iOS library (not app), that can be consumed by other iOS apps that do not use Xamarin? Put another way, can I use Xamarin to create an iOS SDK for my web...
View ArticleXS 4.2 - more beach balls and fails to quit on Mac
I updated to the latest XS in the hope of reduced beach balls, but I'm afraid the opposite has happened. I'm getting more and more of the damn things, mostly when editing and navigating around (often...
View ArticleUnable to determine license edition. (XA9010)
I am running xamarin studio under starter edition but get the error Unable to determine license edition. (XA9010). Please help.
View ArticleThe Operation Cant be completed(libc.dylib)
i upload my app to AppStore its successfully go in "Add in review" state...But now they got error like: http://screencast.com/t/jE32oFEmtGAF my app display in menubar as menu in this there is one...
View ArticleHow to add UINavigationController on top of UITabBarController with...
Hey All, Fairly new to IOS development, trying to do something that seems fairly simple. I want to create an app with a similar setup to figure 1-4 on the IOS developer library If I had the perfect...
View ArticleDebugging on Emulator Works, not on Device
Hello, I have a project that I can debug on the emulator, but soon as I use the device, it upload and executes the app but the debugger disconnects without error. Its like it is just doing the "upload"...
View ArticleVS 2012 does not connect to the Build Host
Build Host Version 7.0.4.209 Xamarion.iOS for Windows Version 1.8.365.0 Visual Studio 2012 Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : Initializing Mono.IOS.VisualStudio.MonoTouchPackage...
View ArticleWhat are you using for logging?
What are you guys using for logging in your x-plat projects? My ideal solution would be something that allows local logging, viewing and transmission of the logs to a server / e-mail recipient.
View ArticleIOS Simulator unavailable
Its true, I'm very new to MAC development and XS. I am able to deploy to my physical phone, but, the option to select the simulator is grayed out. I'd prefer to not have to connect my phone to...
View ArticleVS 2013 'Catastrophic Failure' After opening Project Properties
Not sure what's going on, but whenever I open up the Project Properties in Visual Studio 2013 and try to change the target api level, VS 2013 stops functioning. If I try to close visual studio, or the...
View ArticlePassing another view from an AlertView (?)
Hi! Im a newbie with Xamarin and need help :/ This function is called when the user selects a cell in a table, and displays a AlertView with two buttons, "OK" and "VerDetalles". It works when I click...
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 ArticleHandling exceptions when using SOAP web reference - NameResolutionFailures
I am not having much luck with the following code: try { var result = service.SomeWebMethod(param1); } catch(Exception ex) { // Do something Console.WriteLine(ex.Message); } service is a type generated...
View ArticleKeyboard getting over a layout, best solution?
I have this scroolView and then when the layout comes it likes get over a textview and i cant see what im writing... I didnt want to make de scrollView roll more than it has content just to be able to...
View ArticleUPnP Implementations for C# and Xamarin
Does anybody know of a good Library I can use for UPnP that will work with Xamarin?
View ArticleDisappointed about Xamarin
Hi, Just want to share my first 3 hours experience on Xamarin and MonoGame. I had just completed an iPhone game using XCode and submitted it to Apple app store, now I need to write the Android version....
View ArticleiOS Build Server - what to buy?
The title says it all really; I'm looking to move into iOS app development and while I know I need a Mac of some description to act as a build server I don't know is what level of hardware I actually...
View ArticleSetting the compiler error message langage
Hi guy, I am total noob in Xamarni Studio, just started a few days ago and I enjoy using this great software. I just got a small issue : how can I set the compile error messages to be in english even...
View ArticleMy default application is not shown on the emulator
Hello everyone, I made a Hello world appplication and I build it, there is no error.The emulator is running correctly but I can't find my application anywhere inside the emulator.I tried a solution in...
View Article