Skip to content

Instantly share code, notes, and snippets.

View arthurbryant's full-sized avatar
🎯
Focusing

arthurbryant

🎯
Focusing
View GitHub Profile
@arthurbryant
arthurbryant / payload.json
Last active January 27, 2017 03:24
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