Created
September 15, 2021 04:38
-
-
Save jaclync/ceda5b9c53444dca13dcdff821def719 to your computer and use it in GitHub Desktop.
Sample WCiOS new order 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
{ | |
"blog": 1600000, | |
"blog_id": 1600000, | |
"note_id": 5555555, | |
"type": "store_order", | |
"aps": { | |
"alert": "You have a new order! \Ud83c\Udf89", | |
"badge": 1, | |
"category": "store_order", | |
"content-available": 1, | |
"mutable-content": 1, | |
"sound": "o.caf" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment