Skip to content

Instantly share code, notes, and snippets.

@yunustek
Last active December 5, 2018 11:44
Show Gist options
  • Save yunustek/6d3b7278221696b313e065ca630da4c8 to your computer and use it in GitHub Desktop.
Save yunustek/6d3b7278221696b313e065ca630da4c8 to your computer and use it in GitHub Desktop.
PushNotificationApsDictionary.json
{
"aps" : {
"alert" : {
"title" : "Test Title Message",
"body" : "Yunus TEK"
},
"badge" : 1,
"sound": "default"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment