Content
xamarin android emulator android > 9 ? how to make ?
Hello all, I have vs 2022 entreprise installed on my computer all works fine with emulator below android 9 .. i can push my app , debug ans so on .. I've try to make an android 10 / 11 and so on but impossible to start it ,, Of course i have the sdk who…


Xamarin Form Add Multiple Binding
Please I need help. I have my Xamarin Form app that works very well with DataBinding to its View Model named OrderDetailViewModel. But today I have to add another DataBinding field in line 10 Binding OrderStatusMessage that is bind to its Xaml.cs file…
Does the class returned by System.Security.Cryptography.IncrementalHash.CreateHMAC(HashAlgorithmName.SHA256) uses a managed or a native crypto implementation?
I've developed an app with Xamarin for Android and iOS which uses a sha256 hash. I need to know if the class returned by System.Security.Cryptography.IncrementalHash.CreateHMAC(HashAlgorithmName.SHA256) uses a managed or a native sha implementation…


Error XA3001: Could not AOT the assembly: Xamarin.Forms.Platform.Android.dll (XA3001)
Hi, I am trying to archive the project for publication. It worked before. I fixed the camera permission and tried to archive it, it threw the following message and the process failed. "Error XA3001: Could not AOT the assembly:…


How to use UIWebView in the Xamarin.Forms iOS part?
Hi, I have a Xamarin.Forms application. I integrated Airwatch SDK (WorkspaceOne.Forms) into the iOS part. Now, I am trying to app tunneling with Airwatch SDK. For this reason I have added ModernHttpClient Handler to all of the HttpClients on my project.…


Dynamically Add Entry in a StackLayout and Retrieve Values in a List
As per the attachment, when clicked the '+' button, a new entry will display and need to store entered value in a List<string> . If 'x' clicked, the entry need to removed from the layout and removed from List<string> too.


Get reminders based on data in a database
I want to get reminders for some Appointments that I have saved in database and they have a notificationTime property witch is the time when a notification needs to be displayed. My approach so far is to write some kind of job that runs 1 or 2 times a…


Xamarin.Form make OutBound Call with SpeakerPhoneOn
It use to be that AudioManager allowed to turn SpeakerPhone On and Off during InBound and OutBound Call. I have posted several question for Android 10-13 with Xamarin each of which have fallen on deaf ears. WHY? Could it'd be that Google has sabotage the…


Xamarin.Forms Speakerphone Stop Activating Suddenly on Android 10
I have App that has been working for years on Android 10, 11, 12 to Turn On/Off SpeakerPhone for Inbound and Outbound calls, but now it works sometimes on Inbound calls but never on Outbound calls. Here is a simple BroadcastReciever and…


Breaking out large app into smaller apps.
Hi, I have a large mobile app that performs many different functions and want to try and break that out into smaller apps that do only a small portion of what the main app does. At the current time the work around I have just is a hard coded string…


visual studio 2022 android project create dll and not apk ?
Hello, I have on my computer visual studio 2017 with xamarin and all works fine. I've installed visual studio 2022 and now , when i try to create a android projects and build it create a dll not an apk ... How to find a solution with this ? All android…


Blank Xamarin watchOS app does not deploy to device - "Execution failed"
When creating an empty Xamarin iOS project via Visual Studio for Mac 2022 "iOS -> App -> Xamarin -> Single View App" and then adding a watchOS project "watchOS -> App -> Xamarin -> WatchKit App" the build is working…


Xamarin Forms - prevent iOS storyboard from loading
I'm using Visual Studio for Windows to test a Xamarin Forms app on Android. Now I want to test it on an iPhone as well, which is possible by connecting the iPhone to my Windows system and using Xamarin Hot Restart. The app is deployed on the iPhone, but…


Xamarin iOS - development app is deployed on IPhone, but I cannot start it
I have an app in Xamarin that I want to test on a physical IPhone (normally I test it on Android). I'm connected to a Mac, the development certificate is working and everything is deployed to the point that the app is actually installed on the IPhone…


CANCEL UPLOAD LARGE FILE
Here is code from: https://learn.microsoft.com/en-us/graph/sdks/large-file-upload?tabs=csharp using var fileStream = System.IO.File.OpenRead(filePath); // Use properties to specify the conflict behavior // in this case, replace var…


RenderTargetBitmap renders low quality image of the UIElement
Hi, I have a Xamarin.Forms application deployed in UWP, in which I have added Xamarin.Forms.Image to the page and trying to convert the UIElement to image using RenderTargetBitmap, the converted image quality is reduced. Again I have added the converted…


System.Data.SqlClient.SqlException: 'System.Net.Security.Native assembly:<unknown assembly> type:<unknown type> member:(null)
I coded my data on sql to get xamarine and sqlConnection.Open(); I'm Getting Exception Error in section The error is : System.Data.SqlClient.SqlException: 'System.Net.Security.Native assembly:<unknown assembly> type:<unknown type>…


Validation failed : Missing App Store icon
I’m working on a Xamarin Forms application and I’ve been unable to upload my builds to the App Store since late December. The App Store validation process fails with the same message whatever solution I’m applying : « Missing App Icon. An app icon…


Xamarin android app restarting on orientation change with newer android versions
Hi, Our Xamarin android app is restarting whenever the device orientation is changed. We have configured the main activity with the following: [Activity(Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges =…


CollectionView UI not updated when Switch Toggled but ObservableCollection updated
Here, when toggle, observablecollection has been updated, but ui not updated. Expected Output is: When switch toggle is on, the items pack price need to be display. When switch toggle is off, the item's price need to be display. <CollectionView…

