-
Notifications
You must be signed in to change notification settings - Fork 377
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]: Adding externalId, email, tags not working #1646
Comments
Anyone figured how to fix this? |
@JovanMwesigwa Yes.. Turn off this https://documentation.onesignal.com/docs/identity-verification |
Hello, In some cases I see that the user gets logged in (but even in these cases, the OneSignal.User.addTag method doesn't work). In most of the attempts though, the user doesn't get logged in. Relevant Log:
As far as I understand, It seems like it confuses the external id with an alias. |
Update: |
any updates here? |
What happened?
I'm using
"react-native-onesignal": "^5.0.4"
with"onesignal-expo-plugin": "^2.0.2"
, and the below code to add externalId, email, tags :But in the dashboard, Audience > Subscriptions, I can see no externalId, email, or tags have been set..
Steps to reproduce?
Follow all the steps here: https://documentation.onesignal.com/docs/react-native-expo-sdk-setup
Including adding externalId, email and tags
What did you expect to happen?
I expect when I'm calling
OneSignal.login(uid);
,OneSignal.User.addEmail(email);
andOneSignal.User.addTags({...})
with data, I should see these externalId, email and tags in the dashboardReact Native OneSignal SDK version
5.0.4
Which platform(s) are affected?
Relevant log output
Xcode logs
Code of Conduct
The text was updated successfully, but these errors were encountered: