iOS 推送设置 title 和 subtitle, 只需要设置推送的样式即可
//iOS 10 基础Payload:
{
"aps":{
"alert":{
"title":"I am title",
"subtitle":"I am subtitle",
"body":"I am body"
},
"sound":"default",
"badge”:1
}
}
iOS 推送设置 title 和 subtitle, 只需要设置推送的样式即可
//iOS 10 基础Payload:
{
"aps":{
"alert":{
"title":"I am title",
"subtitle":"I am subtitle",
"body":"I am body"
},
"sound":"default",
"badge”:1
}
}
本文标题:iOS 推送设置 title 和 subtitle
本文链接:https://www.haomeiwen.com/subject/vikmrdtx.html
网友评论