Skip to content

Instantly share code, notes, and snippets.

@suhovius
Forked from edwardmp/examplepayload.json
Created February 7, 2017 16:37
Show Gist options
  • Save suhovius/f9705f9664a52c102ea245a65c34dfe7 to your computer and use it in GitHub Desktop.
Save suhovius/f9705f9664a52c102ea245a65c34dfe7 to your computer and use it in GitHub Desktop.
Example APNS payload with ttile
{
"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