Skip to content

Instantly share code, notes, and snippets.

@arthurbryant
Last active January 27, 2017 03:24
Show Gist options
  • Save arthurbryant/68dac10b5d80b53d6b76 to your computer and use it in GitHub Desktop.
Save arthurbryant/68dac10b5d80b53d6b76 to your computer and use it in GitHub Desktop.
iOS push notification payload
{
"aps" : {
"alert" : "You got your notification."
},
"notify_id" : 1,
"url_scheme" : "foryou://events/1"
}
# https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment