xamarin / GoogleApisForiOSComponents

MIT License
225 stars 161 forks source link

Firebase Crashlytics is not collecting data #504

Open jrahma opened 2 years ago

jrahma commented 2 years ago

Hi,

I am using Xamarin Form and following this but it seems to be oudated:

https://github.com/xamarin/GoogleApisForiOSComponents/blob/main/docs/Firebase/Crashlytics/GettingStarted.md

I have added the attached packages.

Screen Shot 2021-11-19 at 6 22 11 PM

In my AppDelegate I added:

Firebase.Core.App.Configure();
Firebase.Crashlytics.Crashlytics.SharedInstance.SendUnsentReports();

Also added the GoogleServices-Info.plist

I am not getting any error but the Firebase still not collecting any data unlike my Android app which is working perfectly

Screen Shot 2021-11-19 at 6 26 23 PM