Creating Screens
Is there any tool out there that makes porting iOS Storyboards to Android Layouts easier ? I have a project with > 40 screens and I'm needing to port them from Xcode Storyboards to Xamarin MvvmCross...
View ArticleEntitlements file "Entitlements.plist" not found
I am trying to run a simple app on an iOS device and receive this error message. The application runs fine in the emulator but can not get past this error when trying to run on an iPod Touch. I have...
View ArticleiOS build host not on latest version... but it is
I have a Mac running the latest Xamarin software on the stable channel and a Parallels Win 8.1 VM running VS 2013. When I try to build the solution from Visual Studio I can find and connect to the...
View ArticleVisual Studio 2012 Layout Designer is missing tabs after upgrade to 4.10.1
Since upgrading to 4.10.1 today, when I edit an axml file, the designer no longer has all the tabs along the top (device, orientation etc.). All I have at the top now is 'Alternative Layouts' and...
View ArticleAudioQueueOfflineRender Background issue on iOS 7
Hi @RolfBjarneKvinge wondering if you could help me out with this issue. Been using code from your AudioQueueOfflineRenderDemo for some time now and it has been working great. However, been having some...
View ArticleiOS binary w/ debug restricted to 24 hrs ; XS shows I'm on Starter / Account...
Hi there, I've just noticed that my app stopped working due to XS licensing issues . I have checked out XS 'Xamarin Account' and it says I am on 'Starter Edition' for both iOS and Android ( snapshot 1...
View ArticleMulti Target
Under XCode for an iOS app I have ifdef TARGET1 elif TARGET2 elif TARGET3 endif and thus have Other C Flags Set Thus using the same code base for multiple targets and thus multiple versions of the app....
View ArticleHow to add a Custom Badge for an UIButton in cross platform mobile app...
I have an image button in top of the button I need to increase/decrease badge value so can any one help on this. Thanks in Advance..... Satish
View ArticleN+1 Tutorial Request
Stuart, not sure where to ask this I would like to ask/request an N+1 Tutorial covering Push Notifications, if that is at all possible Thanks in Advance
View ArticleEmbedded provisioning profile not valid
I'm having some real problems running a Mono Mac app that has been working just fine until a recent update to Xamarin Studio and XCode. I've generated a Production Provisioning profile on the Apple...
View ArticleWhere is the database stored?
I am learning on the tasky sample solution. the database is named taskdb.db3 and the database folder is /data/data/com.xamarin.samples.taskyandroid/files I cannot find the database anywhere. is it...
View ArticleXamarin Studio hangs when opening most .cs code windows
Step to reproduce: Open a solution Double click on a CS file which is now opened in the code editor yet Enjoy beachball of death. Happen on several projects, PCL or not. I read about the...
View ArticleGetting /Library/Caches
Hi, How do I get this folder - "Application_Home/Library/Caches"? Or, to put it in another way, how are the folders in System.Environment (which are Windows-like) and the iOS folders like Library,...
View Article'Error inflating class fragment' error when following Maps API tutorial
Hi all, I've been following the Maps API tutorial and am consistantly running into problems. The most consistent of which is 'Android.Views.InflateException'. I have followed the toturial to the...
View ArticleVersion control operation failed: . https://.git: not authorized
First time I connected to my repository I was asked to enter a password. I entered it wrong. Issue is it is no longer asking me for my password, it immediately gives me this message Version control...
View Articlerunning out of memory during linking of many native libs
I am getting the below error when linking. Our project links in many native libs (about 500 megs total for the lipo'ed arm and x86 versions) Any ideas on how to resolve this? I can remove one of the...
View Article2 errors with VS 2013
I just installed the Xamarin.iOS 1.8 plugin for VS and loaded up an existing project. I am getting two errors that I am not quite sure how to resolve: Failed to clean build cache on the server....
View ArticleSetting notification.SoundName to default sound does not play the sound
Following this guideline, http://docs.xamarin.com/guides/cross-platform/application_fundamentals/notifications/ios/local_notifications_in_ios/ I have added notification.SoundName =...
View ArticleDeployment performance
Any suggestions on how I can increase the performance of deployment to device? Right now I'm looking at about 40 seconds wait before the application starts up on the device. 1>Packaging...
View ArticleNavigationItem button with custom image - Can't see image
I need to set a custom image on the left button for the Navigation bar. I'm doing something like var image = UIImage.FromFile (AppPath + "anImage.png"); NavigationItem.LeftBarButtonItem = new...
View Article