Skip to content

Instantly share code, notes, and snippets.

@julianjames
Created May 1, 2015 13:47
Show Gist options
  • Save julianjames/89313027e127899755fe to your computer and use it in GitHub Desktop.
Save julianjames/89313027e127899755fe to your computer and use it in GitHub Desktop.
{
"aps": {
"alert": {
"body": "Sending Game",
"title": "Optional title"
},
"category": "myCategory"
},
"WatchKit Simulator Actions": [
{
"title": "First Button",
"identifier": "firstButtonAction"
}
],
"customKey": "Use this file to define a testing payload for your notifications. The aps dictionary specifies the category, alert text and title. The WatchKit Simulator Actions array can provide info for one or more action buttons in addition to the standard Dismiss button. Any other top level keys are custom payload. If you have multiple such JSON files in your project, you'll be able to select them when choosing to debug the notification interface of your Watch App."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment