Created
November 23, 2016 03:09
-
-
Save brandhill/bcd540eebd52905d01d4e44cb9f923c1 to your computer and use it in GitHub Desktop.
a sample for push localization payload
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":{ | |
| "loc-key":"My Localized String", | |
| "loc-args":[ | |
| "First argument", | |
| "Second argument" | |
| ] | |
| }, | |
| "badge":1, | |
| "sound":"default" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment