Last active
January 27, 2017 03:24
-
-
Save arthurbryant/68dac10b5d80b53d6b76 to your computer and use it in GitHub Desktop.
iOS push notification 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" : "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