-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
bug(iOS): FirebaseAutomaticScreenReportingEnabled not work #188
Comments
@expcapitaldev have you tested? It worked for me. |
@chemerisuk I tested, logs from xcode with Firebase/Analytics about FirebaseAutomaticScreenReportingEnabled, true/false not work, work only boolean value, can you check in xcode Firebase/Analytics logs ? |
@chemerisuk any updates ? |
👀 |
@chemerisuk hi, any updates? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FirebaseAutomaticScreenReportingEnabled should use "NO" boolean, not string, see https://firebase.googleblog.com/2020/08/google-analytics-manual-screen-view.html
string "false" does not work.
The text was updated successfully, but these errors were encountered: