Skip to content

Instantly share code, notes, and snippets.

@gali8
Created February 20, 2020 11:23
Show Gist options
  • Save gali8/924e2653325aedd6f46904af4b582de7 to your computer and use it in GitHub Desktop.
Save gali8/924e2653325aedd6f46904af4b582de7 to your computer and use it in GitHub Desktop.
DynamicPushAnswers Json
{
"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