Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Analytics warning about version of iOS SDK #222

Open
mg opened this issue May 6, 2024 · 3 comments
Open

Google Analytics warning about version of iOS SDK #222

mg opened this issue May 6, 2024 · 3 comments

Comments

@mg
Copy link

mg commented May 6, 2024

Hi

We are getting this warning from Google

image

Are there any plans to update the iOS SDK version dependency in the near future?

cheers
mg

@chemerisuk
Copy link
Owner

chemerisuk commented May 6, 2024

Have you tried to use variable IOS_FIREBASE_POD_VERSION to override pod version to the latest? More details here https://github.com/chemerisuk/cordova-plugin-firebase-analytics?tab=readme-ov-file#installation

@mg
Copy link
Author

mg commented May 6, 2024

We have not. I did not notice that option. We will try and report back. Thanks.

@KrystinaH
Copy link

Hi @chemerisuk and thanks for your plugin :)
I have this warning too in Firebase and GA4, and I have tried to update to the version that they suggest which is 10.24.0 in my package.json in the cordova plugins section like so:

"cordova-plugin-firebase-analytics": {
  "AUTOMATIC_SCREEN_REPORTING_ENABLED": "false",
  "ANALYTICS_COLLECTION_ENABLED": "true",
  "IOS_FIREBASE_POD_VERSION": "10.24.0"
},

But I always get an error while preparing my app: Failed to install 'cordova-plugin-firebase-analytics': Error: Command failed with exit code 31. Is it possible that the plugin does not support latest pod version and is stucked to 9.3.0?

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants