-
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]: Android receives Duplicate Notifications when title is added #1444
Comments
@nan-li can you please advise? this started happening randomly and only when a title is included in the message, after doing some research I think it maybe because oneSignal sends titles as notification which is handled by firebase as a separate notification? |
Hi @cassde Thanks for your patience! When did you notice this begin? Does it happen with every notification, or only sporadically? Are you using any other notification SDKs in your app? We had a prior report of this occurring when also using react-native-notifications. |
Any resolution to this bug? Still getting duplicate notifications when the app is in the background. I'm using |
for information, bug still exist on version 4.5.1 |
Hi @gpahal, @nympheastudio, |
i am using react-native-onesignal and react-native-notifications. getting duplicate notifications. |
How can we help?
When we send push notifications with Title, ios receives 1 notification, but android receives 2 notifications (one with just that title, 2nd with the message). When we send push notification without adding a title, android also receives just 1 notification, What maybe the reason for such behavior?
Code of Conduct
The text was updated successfully, but these errors were encountered: