You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding tags to a user via OneSignal.User.addTags(), I can fetch the tags successfully using OneSignal.User.getTags() and see them logged in my application. However, these tags do not appear on the OneSignal dashboard.
React Native version: 0.74.3
Additional Information:
I have confirmed that the tags are being added successfully, and there are no visible network errors in the logs. This issue occurs even after refreshing the dashboard multiple times.
Steps to reproduce?
1. Use `OneSignal.User.addTags()` to add tags to the user.
2. Use `OneSignal.User.getTags()` to confirm that the tags are added and fetched correctly.
3. Check the OneSignal dashboard, and the tags do not appear there.
What happened?
After adding tags to a user via
OneSignal.User.addTags()
, I can fetch the tags successfully usingOneSignal.User.getTags()
and see them logged in my application. However, these tags do not appear on the OneSignal dashboard.Additional Information:
I have confirmed that the tags are being added successfully, and there are no visible network errors in the logs. This issue occurs even after refreshing the dashboard multiple times.
Steps to reproduce?
Code
What did you expect to happen?
The tags should appear on the OneSignal dashboard after being added.
React Native OneSignal SDK version
5.2.2
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: