Privacy permissions set in info.plist only working with automatic developer...
I have an iOS Xamarin Forms app targeting iOS 10.2 that needs to access the camera and microphone. I have set the NSCameraUsageDescription and NSMicrophoneUsageDescription keys in the info.plist file...
View ArticleUrhoSharp & VS Mac
Is there somewhere I can get step-by-step instructions for setting up a project on Visual Studio Mac That uses UrhoSharp? That’s easy enough to do with XamForms, but I can’t find anything on how to do...
View ArticleWriting for Windows and Linux
Apologies if this isn't this kind of forum or if this question has already been dealt with. I just don't know what to google at this point... I have made a bit of software in WPF, which I quite like....
View ArticleXamarin Live Player: Any Luck?
I'm super excited to use the Xamarin Live Player, but I've been trying to get the Xamarin Live Player working and have had no luck. I've installed the following: Visual Studio for Mac Alpha Release...
View Articlearm64 Absolute addressing not allowed
Hello, i have successfull linked ffmpeg in my ios xamarin app with the armv7 cpu. Now i try the same with the arm64 cpu (ffmpeg successfull compiled with the arm64 architecture) and i get the error:...
View ArticleSystem.Net.Http.HttpClient cache
Hi, Is there a way to set up cache for HttpClient ? I would like to get the HttpClient response (which is reaching my endpoint with get method), but if there is no internet connection on the client...
View ArticleWaze Api
Hi, Does someone knows if with Xamarin forms I can't implement a button which open Waze and give him an address? Thanks
View ArticleCaching REST on Xamarin Forms Ideas
Hi All, This has come up a lot, and there has been some healthy debate on it. But i'm looking for some up to date ideas. I have a REST API which returns JSON, there is a couple of different interfaces...
View ArticleXamarin Forms Previewer isn't showing
I am using xamarin forms v6.3 stable in mac os System. Everytime I try to open the xaml, the Xamarin Forms Previewer did not show anything just blue box I have also try to create new project even in...
View Articlejava.exe exited with code 1 (Xamarin.Android.Common.targets)
We have been working on a cross-platform iOS/Android application and our builds are handled via TFS 2012. On a pretty regular basis, our builds fail due to the following error: C:\Program Files...
View ArticleHow to Get Responce from Azure rest api using MobileServiceClient in Xamarin...
I am trying to consume web service api using MobileServiceClient with following block of code MobileServiceClient mSClient; mSClient = new MobileServiceClient("My azure api url", "my azure api...
View ArticleExternal Storage no longer available to Apps
Has there been a change to VS2017 recently that would disable access to external storage? I have an app that I have been working on for awhile. Today, when I tried to run it, images (which are stored...
View ArticleARKit for Xamarin.Forms
Hi Is there are sample for how to use ARKit with Xamarin.Forms?
View ArticleBinding aar - res files (No resource found that matches)
I'm executing the binding from aar Java to run in VS and I'm having trouble with references in resource folder .. I tried to change the metadata but it was not successful.. someone can help me, please?...
View ArticleAndroid WebView video streaming performance issue
i developed a app that load a website with video. I found that the performance is really slow when streaming video, and i did try on chrome apps, and it loaded smoothly without any issue. im tested...
View ArticleiOS - Linking fails when using both HockeyApp and Mobile Center in the same app
I have an app which uses HockeyApp for crash/analytics reporting. I recently received access to Mobile Center, so I've included that as well. My Android app compiles as expected with both SDKs...
View ArticleHow can I save data locally on my Xamarin Forms?
i need to store the data locally so that it can be accessible for the next viewmodel.
View ArticleAndroid MSBUILD javac.exe error
Xamarin forms project (in VS 2015) with android and ios targets, was building fine till yesterday, maybe after updating xamarin or some nuget packages, now all I get is: 9>...
View ArticleTyping in entry control makes text appear in editor control instead
I have a xamarin forms app which has an editor and entry control below it inside a listview, Whenever I type into the entry control the text appears in the editor control in spite of the cursor being...
View ArticleUnable to open my android background application (Xamarin) on receipt of...
I have a Xamarin Android application. On receipt of push notification I am able to open the application if the application is alive and is in foreground. However, the application won't open up if it is...
View Article