-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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_automatic_screen_reporting_enabled": false not working on iOS #6261
Comments
Hmm, I suspect it is this - #6194 (also #6226 and #6203) / PR #6234 - released first time in v14.9.2 Why? Versions appear outdated
And macOS version is updated and is missing stock python:
It's a very unfortunate bug, especially in that it manifests itself in "silent failure" instead of fail-fast, can you check your installed react-native-firebase/app version and see if you have this fix or not? |
It seems there was an issue on my side on iOS. Closed issue since react-native-firebase/analytics google_analytics_automatic_screen_reporting_enabled set to false seems to work as expected on iOS. |
Glad to hear it's working! Good luck with your project |
I am also facing this issue, even disabling automatic screen_view on the native side in AndroidManifest and iOS info.plist doesn't work. my firebase packages are pretty outdated though "@react-native-firebase/app": "11.4.1" @fdobre can you please confirm if upgrading the package to 14.9.4 fixed your issue? |
@omarkhaled11 I am still using |
Setting "google_analytics_automatic_screen_reporting_enabled": false seems to work fine on Android but on iOS automatic screen view logs are still being sent:
firebase.json
package.json
iOS
ios/Podfile
:Environment
react-native info
output:react-native-firebase
version you're using that has this issue:Firebase
module(s) you're using that has the issue:analytics
TypeScript
?Y
& "typescript": "^4.0.5"The text was updated successfully, but these errors were encountered: