14

ноя

You must install crashlytics to continue withdrawal

Objective-C /* Delete Crash Reporting: [FIRCrash crashCollectionEnabled:YES]; Add Crashlytics: */ [Fabric with:@[[Crashlytics class]]]; Swift /* Delete Crash Reporting: Crash.sharedInstance().isCrashCollectionEnabled = true Add Crashlytics: */ Fabric.with([Crashlytics.self]) android • Replace the Firebase Crash Reporting meta-data tag in your AndroidManifest.xml file with one for Crashlytics: