Configure the key parts of a push notification payload before sending it to Apple Push Notification Service.
{
"aps": {
"alert": {
"title": "Breaking News",
"subtitle": "Extra details go here"
},
"thread-id": "com.wholelotta.push.demo"
}
}