Created
August 16, 2016 12:48
-
-
Save janodev/06712935c2d887f743df9c7e9438f790 to your computer and use it in GitHub Desktop.
A custom 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
{ | |
"aps": { | |
"alert": {...} | |
"mutable-content": 1 | |
} | |
"my-attachment": "https://foo.bar/baz.jpg", | |
"category": "DylanOrDermotCategory" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment