Google Analytics for Firebase version does not match Google App Measurement
kyoz opened this issue · 8 comments
When try running with firebase-analytics plugin on iOS, i'v face this problem and is cause the app the crash immediately on load. Is there any fix for this like changing Google App Measurement version @@
*** Terminating app due to uncaught exception 'FIRAnalyticsVersionMismatch', reason: 'Google Analytics for Firebase version (70100000) does not match with Google App Measurement (80101000) version. Please update.'
terminating with uncaught exception of type NSException
Do you use any firebase frameworks in addition to firebase-analytics plugin?
This is the list of current plugins i'm using:
Admob - 1.1.0
Local Notification - 0.2.2
Firebase Analytics - 0.2.2
I don't know exactly if Admob plugins is using firebase or not. I'v search through the code and it seem doesn't use Firebase @@
For more information, the Admob Plugin is using Google Mobile Ads SDK (8.9.0)
Yes, this is a version mismatch issue. Try to change GoogleAppMeasurement in AdMob with version from firebase plugin (or vice verce if this don't work)
At any time you can reinstall NativeLib plugins in order to rollback all changes in them.
Thank you so much, i'll give it a try :D