Last active
December 5, 2018 11:44
-
-
Save yunustek/6d3b7278221696b313e065ca630da4c8 to your computer and use it in GitHub Desktop.
PushNotificationApsDictionary.json
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" : { | |
"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