Reza Mohamed
Reza Mohamed
### Description When there is a splash activity and the Linker settings are set to link SDK Assemblies only or SDK and User Assemblies, Xamarin Android crashes on startup. Splash...
I am trying to get some clarity on how I can use Akavache for multiple users on the same phone for the same app. I am currently using BlobCache.LocalMachine, and...
After adding the Plugin (3.3.10 or 3.4.1), when debugging XF - Android I get the following error message Class com.google.firebase.iid.zzb extended by class com.google.firebase.messaging.FirebaseMessagingService is inaccessible Exception: java.lang.IllegalAccessError: Class com.google.firebase.iid.zzb...
I have created a project and added what is required for the 'simple example', the image appears, but the image does not zoom or move. Can someone tell me if...
Does Rollbar have an equivalent to Appcenter's GetLastSessionCrashReportAsync for a Xamarin Forms app? I am trying to not have to mix-and-match Rollbar and Appcenter for crash reporting. ``` if (Crashes.HasCrashedInLastSessionAsync().Result)...
Running on VS2019 16.1.3 and building on Mac machine with Mojave 10.14.5 Downloaded the sample app, and unloaded all projects except the iOS project. Built the project with the iOS...
I am testing this on .NET 8 iOS and see a lot of console output. I wanted to know if these are things to be concerned about: **when recording:** 2024-06-26...
I am currently storing the audio in my backend storage server as a byte array. The following code works fine for this purpose: ``` var recordedAudio = await audioRecorder.StopAsync(); using...
### Description When debugging on a physical iOS 18 device, breakpoints are not being hit. The following message is what is shown:  "Didn't find the associated module for the...