美文网首页
iOS 推送设置 title 和 subtitle

iOS 推送设置 title 和 subtitle

作者: 阳光下的灰尘 | 来源:发表于2023-03-21 11:09 被阅读0次

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