I have done all the steps but still I am stuck here on this screen.
Though the crashes can be seen inside in Crashlytics panel
Hey make sure you have called:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
FirebaseApp.configure()
}
If this doesn't work try sending some data to firebase like so:
Analytics.logEvent("This is a test", parameters: [
"Test1": "tester",
"Test2": "tester"
])
This will send analytics data to Firebase
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With