Skip to content

Instantly share code, notes, and snippets.

@KimDarren
Last active October 15, 2015 02:49
Show Gist options
  • Save KimDarren/d92e774b4945bbf1926a to your computer and use it in GitHub Desktop.
Save KimDarren/d92e774b4945bbf1926a to your computer and use it in GitHub Desktop.
Playwings APNS format
{
"aps" : {
"alert" : "ALERT MESSAGE",
"badge" : 9
"sound": "default"
},
"dealId" : 170
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment