Created
August 15, 2015 06:25
-
-
Save mojtabacazi/203a6ec6a13df38f7c9d to your computer and use it in GitHub Desktop.
Sample payload for Apple APNS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"aps": { | |
"badge": 10, | |
"alert": "Hello world!", | |
"sound": "cat.caf" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment