1. alert notification
{
"aps" : {
"alert" : {
"title" : "Message",
"body" : "Your message here.1"
},
"badge" : 5,
"sound": "default"
}
}
2. background notification
{
"aps" : {
"content-available" : 1,
"badge" : 7
}
}