使用火基注册令牌和服务器密钥通过我的php服务器发送通知时没有得到推送通知数据。但是当我从firebase发送通知时它可以正常工作。有人请帮帮我
答案 0 :(得分:0)
请注意,要在iOS中接收推送通知,有效负载格式应该是这样的
{
"to" : "your token here",
"notification" : {
"body" : "great match!",
"title" : "Portugal vs. Denmark"
},
"data" : {
"body" : "great match!",
"title" : "Portugal vs. Denmark"
}
}