UWP - Cannot resolve Assembly or Windows Metadata file
Hi All, Everything was rolling along smoothly until a few days ago when UWP all of a sudden stopped building after pulling a new version from VSTS (git) with the errors: Cannot resolve Assembly or...
View ArticleObfuscated Binding Library SDK xPath remove-node
I am binding to a third party SDK that is obfuscated. The vendor states that all of the public methods that I should be binding to have the prefix of we'll say "XXXX". My metadata.xml query is simply...
View ArticleIOS page not fit vertically
Hi Guys I am developing Xamarin Forms project. When i check IOS output view, launched my login page is perfect. Once login successfully it's navigate to next page, In this case when launched after...
View ArticleError while deploying on device in Xamarin.Android after upgrade to AndroidX...
I recently updated Xamarin Android project to support AndroidX. I migrated PreferenceManager and few mandatory APIs/methods like ExternalStorageDirectory, SetColorFilter only, to have successful...
View ArticleLoaction error
Hello everyone i am trying to get the location of the device of user but when i use this code var loc = await Geolocation.GetLocationAsync(); LongMAP = loc.Longitude.ToString(); LatMAP =...
View Articlewhy does ios 'email.compose' cause nullexception when including attachment...
Using the experimental I have this code which sends a gps (track file) via email Works fine in Android but falls over in the appdelegate of iOs with null exception - its definitely the attachment...
View Articlexamarin forms sometime crash because httpclient
string Url2 = "http://www.*********.com/******/******.php"; var uri = new Uri(string.Format(Url2, string.Empty)); var response = await _client.GetAsync(uri); if (response.IsSuccessStatusCode) { var...
View ArticleTable is not created
Hi I'm using SQLite as a local database for my mobile application (Android); by using a SQLiteAsyncConnection I'm trying to create a new table, but it it's not working. No exception is raised, the code...
View ArticleNotarize Xamarin MAC application
We have an existing MAC application developed using Xamarin.MAC and we are distributing the DMG file for the application to user. when we open the application in catalina OS, it is showing some...
View ArticleHow to change video resolution in the Media Plugin
Hi everyone, in my project,I'm taking videos and saving them to the local storage. The videos are getting quite large, because the end user devices have quite a huge resolution that is not needed in my...
View ArticleConvert GoogleMap Snapshot Java solution to Xamarin C#
https://stackoverflow.com/questions/13773658/capture-screen-shot-of-googlemap-android-api-v2/18093295#18093295 how to adopt the above google solution to Xamarin.Forms C#
View ArticleDebugging with VMWare is super slow?
Anyone using VMWare in Windows or Mac to debug Xamarin.forms application with Android device? I know that emulators doesnt work in the virtual machines but i use a physical device, thats crazy slow...
View ArticleScrollview scrolls over content above on Android.
Hi, do anyone know why a scrollview in a stacklayout scrolls out of it's box on android, no problem on IOS? Is there someway to solve this? Added a image to show the problem.
View ArticleWhen i build my app i get an issue
This is the error: LinkAssemblies" task failed unexpectedly. If i build i get this error, but if i put a device so this error does not appear. How can i solve this? I use Xamarin for Mac and IOS App
View ArticleHow can i Rename an App IOS
I have an app IOS. I tried to Rename in plist file, but in my device the App remain same name(old). How can i do? Visual Studio for Mac
View ArticleLinkAssemblies" task failed unexpectedly.
This is the error: LinkAssemblies" task failed unexpectedly. If i build i get this error, but if i put a device so this error does not appear. How can i solve this? I use Xamarin for Mac and IOS App
View ArticleA little yellow circle on left botton on info.plist name
I have a yellow circle on the info.plist name. What means this?
View ArticleOauth2.0 with Xamarin.Forms iOS/Android
Hi everyone, I've been trying these days to build a client application using OAuth2.0, but I can say that I succeeded. Firstly, I want to present the context: I have an OAuth2.0 web page. I created an...
View ArticleDoes anyone know how to be able to locate a location on xamarin forms with...
Does anyone know how to be able to locate a location on xamarin forms with google maps?
View ArticleStyling Xamarin.Forms ListView
I'm trying to style the xamarin's default ListView such that when an item is selected, the background color changes to the color I set. By default, the background color changes to light orange when an...
View Article