-
Notifications
You must be signed in to change notification settings - Fork 656
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
Check if notification was sent #348
Comments
+1 |
Same issue here: For example, I have 5 device tokens. Assume that the 3rd token ist invalid, all others are valid. My Expectation: 4 out of 5 devices receive a notification ( = all but device with invalid token number 3) The library tells me, all notifications are successfully sent. I can ask the service for invalid invalid devices, but I do not get any result. Neither before sending the notification, nor after sending the notification. Any hints on how to overcome this? |
Same issue, Once It encounters Invalid device token, it stops processing subsequent device token. Input will be appriciated |
How to check if notification was sent successfully?
response should be null? it throw an exception?
I am asking because I never get an error, but sometimes notifications are not coming.
The text was updated successfully, but these errors were encountered: