I cannot open iOS simulator.
Hello, community, I'm trying to execute a test case, but when the test is loading the system throws this: SetUp: System.Exception : Unable to determine simulator version for...
View ArticleXamarin Live Player vs Gorilla Player
Can someone tell me what is better at the current moment? Xamarin Live Player is official, but still in development. Gorilla player seems more stable. Did you test them both so you can tell me the...
View ArticleDon't start simulator when I am executing a test case.
Hello, community, I'm trying to execute a test case, but when the test is loading the system throws this: SetUp: System.Exception : Unable to determine simulator version for...
View ArticleGoogle Play Services Barcode Recognition not working with Huawei HUAWEI Mate...
Hi guys, I am using Google Play Services Barcode Recognition for a while now, everything is working fine. But now I use a HUAWEI Mate 10 pro and the recognition ist not working. Camera is on, but no...
View ArticleHow to show ActivityIndicator that covers whole screen including Navigation...
My code for ActivityIndicator is below: <ActivityIndicator x:Name="actWebRequest" Color="White" IsVisible="{Binding IsLoading}" IsRunning="{Binding IsLoading}" AbsoluteLayout.LayoutBounds="0, 0, 1,...
View ArticleLabel in viewcell disappearing when updating listview's itemssource on locked...
I am running into a bug with labels in my viewcells. I managed to capture this behaviour in the following test app: C# code: using System; using System.Collections.Generic; using Xamarin.Forms;...
View ArticleLong Press Background Color Change in ListView
Is it possible to change the background color on long press (Context Menu ) in Xamarin Forms in android ? I have have tried customizing the theme but it doesn't work or maybe I am wrong somewhere !
View ArticleSetting Icon File Names as Resources
I was trying to get all of my icon file definitions in one place so that it would be easy to swap icon sets in the future. Since I use XAML for my page definitions, I thought I'd make a...
View ArticleFullscreen ActivityIndicator
Hi, I have an application with a MasterDetailPage. I use a NavigationPage inside the MasterDetailPage.Detail. I use an ActivityIndicator to block the user interaction. If I open a page inside the...
View ArticleAzure/APNS Push Notifications in Xamarin.Mac
I'm seeing a lot of documentation for supporting such Push Notifications from Azure in iOS, Android, and Forms. Is there support for it in Xamarin.Mac apps? If so, can you point me to any documentation...
View ArticlePush notifications do not work in "production " mode in IOS application
Hello, good afternoon. I have the problem that notifications in my IOS app are not getting push notifications in "production" mode. I'm using the following libraries: -Xamarin. Firebase. IOS. Analytics...
View ArticleNo IOS simulator or device appear on Visual Studio
I'm with business account on build server and visual studio My build host is connected: On diagnose, just the last step isn't pass, is "out dated" The IOS project is the start up project. The...
View ArticleApplication stops before showing anything
Hey you guys, I've got some problems, only one for now. I deploy my application to Google Play about 2 months ago, and yesterday I received an email relating the app does not open in a device and it...
View ArticleEither just use events or your own delegate:...
Hello, When I try to run my maps application I get the following error. Event registration is overwriting existing delegate. Either just use events or your own delegate:...
View ArticleRejected -HealthKit
Ok I'm a little stumped on this one. Our app was rejected during our last update stating the following: "We noticed that your app uses HealthKit, but your app does not appear to include any primary...
View ArticleGuideline 2.5.1 - Performance - Software Requirements Healthkit issue
Hi, Please help me in this. My app rejected by Apple team with this message. "We noticed that your app uses Health-Kit, but your app does not appear to include any primary features that require health...
View ArticleApril 18, 2019 - Minneapolis, MN - RestBuilder: How to Tame HttpClient….Fluently
Join us for our April event sponsored and hosted by ILM Professional Services. This is a FREE event and a great opportunity for networking and the latest insights in mobile development. RSVP Here:...
View ArticleAshik Hussain
Hello there, I am using VS Community 2017 to develop cross platform mobile applications. I am trying to find the solution to use Designer view for Xaml file to drag and drop the design elements from...
View ArticleiOS HttpClient crash
HttpClient client = new HttpClient(); client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); var jsonstring = await...
View ArticleFontFamily not working when using TextProperty binding
I'm using my own font-family to display icons on xamarin forms. I'm having issues when I use text binding: this works: <Label FontFamily="{StaticResource ascendantIconFontFamily}"...
View Article