使用 Firebase Issue 推送通知(iOS、SWIFT 4)



使用 Fire Base 注册令牌和服务器密钥通过我的 PHP 服务器发送通知时没有获得推送通知数据。但是当我从火力基地发送通知时它可以工作。有人请帮助我

请注意,要在iOS中接收推送通知,有效负载格式应如下所示

 {
 "to" : "your token here",
 "notification" : {
 "body" : "great match!",
 "title" : "Portugal vs. Denmark"
 },
 "data" : {
 "body" : "great match!",
 "title" : "Portugal vs. Denmark"
 } 
}

相关内容

  • 没有找到相关文章

最新更新