1.APN推送格式
{
“aps”: {
“alert”: {
“title”:”Hello! :)”,
“body”:”App closed…”
},
“badge”:1,
“sound”:”default”
}
}
2.应用内消息(透传)推送格式
iOS - Push - 推送的页面跳转
最新推荐文章于 2023-06-09 22:54:34 发布

1.APN推送格式
{
“aps”: {
“alert”: {
“title”:”Hello! :)”,
“body”:”App closed…”
},
“badge”:1,
“sound”:”default”
}
}
2.应用内消息(透传)推送格式