Using objective sharpie to port DTCoreText library
Currently I'm porting the DTCoreText library from Obj-C to use in Xamarin. I've done with creating the fat library and currently stuck at using Obj-Sharpie to create binding for it. You can take a look...
View ArticleNFCForms UWP Example
Hi, Has anyone got NFCForms working with UWP? The sample only has Android and Winphone. Thanks Paul.
View ArticleERROR WITH LATEST NUGET v2.5.0.77 "Xamarin.Forms.Build.Tasks.GetTasksAbi"...
I just got latest stable 2.5.0.77107 and I can't compile anymore [myUser]\packages\xamarin.forms\2.5.0.77107\build\netstandard1.0\Xamarin.Forms.targets(55,3): error MSB4062: The...
View ArticleStatus Bar in ios (I cant change it from white)
Hi all, I am new to Cross Platform mobile development and Xamarin, I previously did a lot of Android Studio. I have an extremely simple app with one MainPage with a button directing the user to a...
View ArticleSystem.ObjectDisposedException: Cannot access a disposed object.
I have nested custom view for image handling within fragment which is nested in viewpager for swiping images.I get randomly get this error Object name: 'Android.Views.GestureDetector'. 05-31...
View ArticleUnable to Deploy Xamarin Forms App (Both Debug & Release Mode) in VS 2017...
I was able to deploy the app successfully, but all of a sudden it stopped deploying. Build is successful but failing when trying to deploy. I am using Visual Studio Prof 2017 15.6.4 version. Below are...
View ArticleXamarin Forms location services work on iOSimulator but not on Testflight build
Repost from stackoverflow, if its ok... I am working on a Xamarin Forms app that asks the user for Location services permission using PermissionsPlugin by James Montemagno. I use Visual Studio 2017 in...
View ArticleJar Binding issue, missing constructors and interfaces
Trying to bind the BacTrackSDKAndroid jar file and there are missing interfaces and constructors when the cs files are generated. Specifically the constructor for BACtrackAPI.API and the Interfaces for...
View ArticleAndroid Media Player randomly raises error and doesn't play
I am making an instrument playing app ("Walkband" style) on Xamarin.Android for VS2017. I have an array of MediaPlayers called players. This is the Play function, where resid is equivalent to...
View ArticleStatus Bar in ios (I cant change it from white)
Hi all, I am new to Cross Platform mobile development and Xamarin, I previously did a lot of Android Studio. I have an extremely simple app with one MainPage with a button directing the user to a...
View ArticleSystem.ObjectDisposedException: Cannot access a disposed object.
I have nested custom view for image handling within fragment which is nested in viewpager for swiping images.I get randomly get this error Object name: 'Android.Views.GestureDetector'. 05-31...
View ArticleUnable to Deploy Xamarin Forms App (Both Debug & Release Mode) in VS 2017...
I was able to deploy the app successfully, but all of a sudden it stopped deploying. Build is successful but failing when trying to deploy. I am using Visual Studio Prof 2017 15.6.4 version. Below are...
View ArticleXamarin Forms location services work on iOSimulator but not on Testflight build
Repost from stackoverflow, if its ok... I am working on a Xamarin Forms app that asks the user for Location services permission using PermissionsPlugin by James Montemagno. I use Visual Studio 2017 in...
View ArticleJar Binding issue, missing constructors and interfaces
Trying to bind the BacTrackSDKAndroid jar file and there are missing interfaces and constructors when the cs files are generated. Specifically the constructor for BACtrackAPI.API and the Interfaces for...
View ArticleAndroid Media Player randomly raises error and doesn't play
I am making an instrument playing app ("Walkband" style) on Xamarin.Android for VS2017. I have an array of MediaPlayers called players. This is the Play function, where resid is equivalent to...
View ArticleCustom renderer for Toolbar Items not working for TabbedPage
Hi, I have 2 toolbar items in tabbed page (with two tabs). <?xml version="1.0" encoding="utf-8" ?> <TabbedPage xmlns="site wont let me post links" xmlns:x="hence deal with custom qualified...
View ArticleCannot authorize Xamarin to access Google Play account
Hi, I have an app published to the Play Store. Yesterday my laptop crashed and I had to reinstall Windows and Visual Studio. After I set everything up, I tried to publish an updated version of the app...
View ArticleUnable to compile into iOS/Android devices since 7.5 upgrades
I believe my project stopped working since I updated to VS 7.5 but I'm not 100% sure. All the Git versions that used to work also do not compile anymore. My project was using Xamarin Forms 2.4.0.38779...
View ArticleErro: Failed to find constructor for type MvvmCross
In my xamarin project I'm using the mvvmcross framework, but my ios project does not start it crash soon after the launcher, in my android version it works. my line that triggers the error: public...
View ArticleI get this error ALL THE TIME: "An active connection is required to perform...
ALL THE TIME, even when I'm already connected to the MAC. The only way to fix it is to close VS and open again. I have to do this after 3 to 4 launches of the app I'm debugging. >C:\Program Files...
View Article