We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This request only sends an empty notification, just sound.
"notifications": [ { "tokens": ["token_a"], "platform": 1, "message": "Hello World iOS!", "title": "You got message" } ]
this works perfectly
"notifications": [ { "tokens": ["token_a"], "platform": 1, "message": "Hello World iOS!" } ]
The text was updated successfully, but these errors were encountered:
I will take it.
Sorry, something went wrong.
I resolved this issue. please check it ios notification is not working with tile. #162
remove required field: message
1707f39
Fix #162 Fix #146 // "aps" : { // "alert" : { // "title" : "Game Request", // "body" : "Bob wants to play poker", // "action-loc-key" : "PLAY" // }, // "badge" : 5 // }, and // "aps" : { // "alert" : "You got your emails.", // "badge" : 9, // "sound" : "bingbong.aiff" // }, Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
@harshpatel19 Please try v1.7.2 version.
You can try the following example:
https://github.com/appleboy/gorush#ios-example
"notifications": [ { "tokens": ["token_a", "token_b"], "platform": 1, "badge": 5, "alert": { "title" : "Game Request", "body" : "Bob wants to play poker", "action-loc-key" : "PLAY" } } ]
appleboy
No branches or pull requests
This request only sends an empty notification, just sound.
this works perfectly
The text was updated successfully, but these errors were encountered: