Created
February 20, 2020 11:23
-
-
Save gali8/924e2653325aedd6f46904af4b582de7 to your computer and use it in GitHub Desktop.
DynamicPushAnswers Json
This file contains 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": { | |
"title": "www.nexor.it", | |
"body": "Rispondi a questo interessante sondaggio" | |
}, | |
"sound": "default", | |
"mutable-content": 1 | |
}, | |
"data": { | |
"question": { | |
"id": 123, | |
"text": "Sono bello, alto e intelligente?", | |
"answers": [ | |
{ | |
"id": 1, | |
"text": "Si" | |
}, | |
{ | |
"id": 2, | |
"text": "No" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment