I wanted to know wether I can able to find the Crashlytics version added in my existing project. And how ?
Note* Crashlytics has been added using "Fabrics" and added as submodules(not as pod).
Simply:
NSLog(@"Crashlytics version: %@", [CrashlyticsKit version]);
Or in Swift:
print("Crashlytics version: \(Crashlytics.sharedInstance().version)")
It returns a String like 3.7.3
Since Firebase/Crashlytics 7.1.0, it's:
FirebaseCore.FirebaseVersion()
https://stackoverflow.com/a/64883121/3783833
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