This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 195
Silent Push Notification #37
Comments
Hi p581581 Check your parenthesis
|
You have to use an underscore instead of a dash |
@sbhklr interesting behavior we noticed with underscore actually. Apple won't deliver the message if we use the underscore option. However, 'content-available' doesn't do what it's supposed to do if we pass that. |
@sarmiena Works for me. If you pass the symbol :content_available => 1 as a parameter the script sends "content-available" under the hood. Have a look at the source code. |
@sbhklr its works for me as well. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi jpoz,
I'm trying to use silent push notification, and it seen need to provide the key "content-available" with a value of 1, so that I can use it. But, when I write:
It'll send a syntax error message. How can I solve it?
The text was updated successfully, but these errors were encountered: