Xamarin Studio - Consider disabling the ENABLE_ON_DEMAND_RESOURCES build...
I added some image resources to a simple Xamarin Forms test project. in Xamarin Studio on macOS. Now I am getting this error: Error: Cannot enable on demand resources for the platform "iOS Simulator"...
View ArticleXamarin.Forms .Net Standard | Wcf webservice import Stackoverflox Exception
Hi all, i'm new in this community and sorry in advance for my very poor English. I'm using Xamarin from about 1 year and i think it's a very good platform. In the latest period i'm using Xamarin.Forms...
View Articleshow code map in a XF project
when I try to see the call stack on code map I get the error that is shown in the image below Is there a way to resolve this issue? Thanks in advance
View ArticleGrid row/cell won't size properly with custom renderer label (trunctate)
Hello everyone, I'm having some trouble getting the height of a grid row to correctly resize to the text label fitted within. The label itself uses a custom renderer to ellipse the text, if it takes up...
View ArticleSet texture from an image
I've got a problem to set texture from an image on a sphere. The problem is that texture.Load or texture.SetData always returns false. I did try different methods like SetData, Load, resize texture and...
View ArticleHow to play mp3 audio from URL in Xmarine android in C# visual studio
How to play mp3 audio from URL in Xmarine android in C# visual studio. Here I am able to play audio from the project but unable to play it via URL. I was trying the below mentioned code: // playing...
View ArticleThe "ResolveLibraryProjectImports" task failed unexpectedly.
I just installed VS 2017. Got this warning after creating a cross platform project. Severity Code Description Project File Line Suppression State Warning The "ResolveLibraryProjectImports" task failed...
View ArticleGoogle Maps alternative
Hello, Since Google Maps is no longer free, I'm planning to use OpenStreetMap in order to display and control my map in my application. Since I'm pretty new in Xamarin, I don't know a library that...
View ArticleApp run well on simulator but crash on device immediate after launch
My project can run well on simulators. Also no error when build both Debug and Release (all setting by Don't Link on Linker Behavior). But on Debug on Device or submit an internal TestFlight, app crash...
View ArticleTLS 1.2 Support for Xamarin with Refit API
Hi Team, I am using Refit API for the API calls. And now we need to support TLS 1.2 and i have followed the below link and changed as below steps....
View ArticleHow to approach push notifications on Xamarin.Forms project?
So we are working on a pcl project and have our UI set in a page inside the PCL. There is a scenario where our client wants some information to be sent as a push notification. We already have our UI in...
View ArticleHas anyone tried binding SnapSDK for iOS? Encountering errors with CreativeKit
Specifically, with the following code: var snapImage = GetCurrentScreenImage(); SCSDKSnapPhoto photo = new SCSDKSnapPhoto(snapImage); SCSDKPhotoSnapContent snapPhoto = new SCSDKPhotoSnapContent(photo)...
View ArticleXamarin.Forms dll Issues
Hi all, I'm Xamarin Android Developer and just a beginner in Xamarin.Forms. I have created a blank project in Xamarin.Forms and trying to run it on my device but it's showing me...
View ArticleMaster details page design
Hi, can any body please help me how to design master details page like attached. Thanks.
View ArticleMT5211: Native linking failed, undefined Objective-C class
I made a binding from a objective-c framework, it is working correctly but when I try to link my Xamarin.iOS project (Link Framework SDKs Only), I get this error MTOUCH: Error MT5211: Native linking...
View ArticleWKWebview not loading remote website fonts
Hello, I created a WKWebview in my IOS application, to load a website that has custom fonts to display symbols. The problem is that the font doesn't seem to be loaded as not symbols appears, and I also...
View Article= 10.0.">ERROR ITMS-90022: "Missing required icon file. ...'120x120' pixels, in .png...
Hello All I am trying to put new ipa on app store but it just simply throws this error.. i googled lot of solution but failed. IDE: Visual Studio 2017 Version: 15.8.1 OS: Windows Deployment target: 11...
View Articlesign apk
Hello , I'm trying to sign the APK for my app with VSTS but I'm receiving this error
View ArticleClear operation on Canvas with Image Bitmap
Hello friends, I able to place the image as bitmap on the canvas and able to make annotation on it. When comes to clear operation, it clears all the annotation and also the image which is not what I...
View Article