Created
May 1, 2015 13:47
-
-
Save julianjames/89313027e127899755fe to your computer and use it in GitHub Desktop.
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": { | |
"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