Skip to content

Instantly share code, notes, and snippets.

@mojtabacazi
Created August 15, 2015 06:25
Show Gist options
  • Save mojtabacazi/203a6ec6a13df38f7c9d to your computer and use it in GitHub Desktop.
Save mojtabacazi/203a6ec6a13df38f7c9d to your computer and use it in GitHub Desktop.
Sample payload for Apple APNS
{
"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