How to programmatically get Crashlytics version with Firebase on iOS
问题 With Fabric , it was the following (answered here): Crashlytics.sharedInstance().version With Firebase : the instance is Crashlytics.crashlytics() , but there is no version on it nothing of interest in FIRCrashlytics.h Since Crashlytics is an NSObject , Crashlytics.version exists, but it's equal to 0. I also looked on the FirebaseCrashlytics module to no avail. The Crashlytics version is actually printed in the console when running FabricApp.configure in the AppDelegate , so it's clearly