Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

Not able to see crash report in Appcenter

$
0
0

Hello,

This is about Appcenter Crash report

I have added the packages in my App.xaml.cs in Visual studio(2019)
using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;

Also addded the App id
AppCenter.Start("android=secret app Id added" +
"ios=secret app id added;",
typeof(Analytics), typeof(Crashes));

Still I am not able to get crash report in Appcenter, I am able to track the log low.. but not able to see the crash report even after app crashes.
Please help me with this


Viewing all articles
Browse latest Browse all 89864

Trending Articles