Skip to content

Instantly share code, notes, and snippets.

@jaclync
Created September 15, 2021 04:38
Show Gist options
  • Save jaclync/ceda5b9c53444dca13dcdff821def719 to your computer and use it in GitHub Desktop.
Save jaclync/ceda5b9c53444dca13dcdff821def719 to your computer and use it in GitHub Desktop.
Sample WCiOS new order push notification payload
{
"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