【发布时间】:2016-10-03 15:57:18
【问题描述】:
我们正在开发一个可以接收远程推送通知的应用程序。我们只是了解有两种类型的通知,“正常”和静默。 我们想知道带有消息的静默通知的 JSON 结构。
{
"notification_type":2,
"aps":
{
"alert":"Message de la notification",
"content-available":1,
"badge":1,
"sound":"default"
}
}
【问题讨论】:
标签: ios json push-notification apple-push-notifications