Skip to content

Instantly share code, notes, and snippets.

@edwardmp
Created June 24, 2016 19:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save edwardmp/2295364f068b24084e67561c8e5c2944 to your computer and use it in GitHub Desktop.
Save edwardmp/2295364f068b24084e67561c8e5c2944 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