First We have integrated Firebase analytics and its working fine. We are able to see the custom events on the dashboard
But when we integrate crashlytics crash reports are not displaying on a dashboard. Following are the steps which I followed:
Registered The App.
Downloaded Config file plist and added it to the project.
Added the Firebase SDK through cocoa pods.
4.Added initialization code.
In AppDelegate
class in didFinishLaunchingWithOptions()
added following code,
FirebaseApp.configure()
All events were generated as per expectation. But when I integrate Crashlytics in Firebase Analytics, it shows crash reports submitted successfully but crash reports are not reflected on the dashboard. We have also changed the project scheme to release mode but no success.
I have even set the build settings to dwarf with dSYM file. Added the script "{PODS_ROOT}/Fabric/run" but nothing is working.
Can anyone help us to look into this issue.
Thanks in Advance