ニュース速報や予定などを通知するシステム.いくつかの種類が存在する
- どのタイプをサポートする?
- Push通知,SMS,Email
{
"aps":{
"alert":{
"title": "Game Request",
"body" : "Bob wants to play chess",
"action-loc-key": "PLAY"
},
"badge":5
}
}
{
"to":[
{
"user_id": 123456
}
],
"from": {
"email": "[email protected]"
},
"subject": "Hello, World!",
"content": [
{
"type": "text/plain",
"value": "Hello, World!"
}
]
}