Created
June 24, 2016 19:24
-
-
Save edwardmp/2295364f068b24084e67561c8e5c2944 to your computer and use it in GitHub Desktop.
Example APNS payload with ttile
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":{ | |
"body":"The status of flight KL123 scheduled 20:30 to London Heathrow has changed to 'boarding'. Boarding at 20:05.", | |
"title":"Boarding at 20:05" | |
}, | |
"category":"openFlightCategory" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment