-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
screenName not working for ios. #828
Comments
Both posted the same bug. |
What version of the plugin are you using? |
cordova-plugin-firebase 1.0.5 "Google Firebase Plugin" |
@newuser44 Running |
I updated my last comment |
@newuser44 Thanks for that. I don't have the time to dig into what the issue/fix for this is, but the code you are looking for on iOS is in FirebasePlugin.m, specifically the setScreenName method. It seems pretty straight forward, but if you can figure out what we might need to change to resolve the error, I would be happy to review a Pull Request and get it fixed in the plugin. |
@newuser44 you might want to try an updated version of the plugin. #751 was merged recently which fixed an issue with |
closing as fixed |
New to this all.
calling the firebase service setScreenName("Login");
This seems to work fine on android, but on ios we are not seeing the firebase_screen parameter.
In Firebase Analytics go to events, go to screen view, filter by ios and change user engagement to screen name. We see Screen Class "(not set)" % 100%.
Its like it got the data, but doesn't know the class to group it with?
The text was updated successfully, but these errors were encountered: