-
-
Notifications
You must be signed in to change notification settings - Fork 841
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
Silent notifications on iOS not working #567
Comments
I tried following request and you can check the APNS request below. request going gorush:
request going APNS:
|
Hey @qwertycommander - I know this is some years old now but did you ever manage to find a payload that delivered silent messages to iOS devices reliably? Thanks! |
Hello everyone, I think it can be possible to manage background notifications with such kind of a payload, if application arranged for the related settings. There is not any text to be shown in the payload as the message. It can also be managed with the data elements in the list. (For instance, "xyz": "true" can be handled on the client side.) This are not fully required or mandatory fields, of course.
|
It seems that silent notifications are not working for me on iOS.
I followed Apple's instruction by only providing an APNS payload of
content-available
, but they don't seem to get delivered.#438 seems to have the same issue with no fix. When I provide a title, the APN gets delivered, but when it's omitted, it does not.
#438
The text was updated successfully, but these errors were encountered: