Created
December 5, 2018 11:59
-
-
Save yunustek/4b1962f7ab485efa8840d67b7c8824cc to your computer and use it in GitHub Desktop.
PushNotificationApsDictionaryWithImage
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", | |
"mutable-content":1 | |
}, | |
"mediaUrl": "https://i.hizliresim.com/36NG0A.jpg" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment