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
I get a notification in my Android device when the build is created via the old version which is 4.8.10
But when I run build from the updated version i.e 5.1.28, I do not get any notification
I want to send notifications based on email
Any help
The text was updated successfully, but these errors were encountered:
Did you confirm the user is created successfully when using 5.1.28 and the email is successfully attached? You can check the dashboard and the logs in Android Studio when you add the email.
Yes, I checked the Onesignal dashboard and I see the user has an email attached to that subscriber.
But I notice one thing
It creates 2 users with the same player Onesignal ID where one user has email and another one does not
and one shows the device Google Pixel 6 which does not have email and another one shows email instead of device
I was using android OneSignal SDK 4.8.10 and was setting user email like
Now I am upgrading my OneSignal SDK to 5.1.28 which is the latest and setting user email like
OneSignal.User.addEmail("[email protected])
I am using API to send push notifications based on the email filter below
I get a notification in my Android device when the build is created via the old version which is 4.8.10
But when I run build from the updated version i.e 5.1.28, I do not get any notification
I want to send notifications based on email
Any help
The text was updated successfully, but these errors were encountered: