Last active
October 15, 2015 02:49
-
-
Save KimDarren/d92e774b4945bbf1926a to your computer and use it in GitHub Desktop.
Playwings APNS format
This file contains hidden or 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" : { | |
"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