Firebase Crashlytics doesn't initialize properly on iOS
Closed this issue · 1 comments
Hi.
I just installed the plugin in my ionic app with @ionic/angular 5.1.1
, cordova-android 8.1.0
and cordova-ios 6.1.0
. I have accessed the Firebase Crashlytics console and seen that the Android app had communicated with Firebase and Crashlytics is working. But the iOS app has not. I think the problem is that Firebase Crashlytics is not initializing properly. In fact, in order for the "Starting Firebase Crashlytics plugin" log to appear in the Xcode console I have to call the plugin's log
method.
I have tried adding this code to the plugin.xml file:
so that the plugin is automatically initialized and in this way it has successfully communicated with the Firebase Crashlytics console. Why is this plugin not initializing automatically?
@fermedina hi, sorry for a late reply. The plugin currently initialized after the first call (Cordova feature). This is fixed in v2.4.1