Hi Team,
We have a app developed in .net MAUI for both android and ios. We are able to see Crashes in ios (Appstore connect)
here is how we are able to see the crashes
Step 1 :- open X-Code
Step 2 :- click on window> Organizer
Step 3 :- select the app and click on crashes. we are able to find the crashes
When we try to symbolicate the crash following the below steps
symbolicate -o "symbolicatedCrash.txt" "MyAppName 2-12-14, 9-44 PM.crash" "MyAppName.app"
following the below link with dsym files
https://jmillerdev.com/symbolicating-ios-crash-files-xamarin-ios/
it is not showing any error, but the symbolication is not showing meaning full information.
Can you please help in symbolicating the crash.
And also is there is any way that we can schedule a screen sharing section with Microsoft team for 30 mins. As we cannot share any source code in Forums.
Thanks in Advance.