使用 Fire Base 注册令牌和服务器密钥通过我的 PHP 服务器发送通知时没有获得推送通知数据。但是当我从火力基地发送通知时它可以工作。有人请帮助我
请注意,要在iOS中接收推送通知,有效负载格式应如下所示
{
"to" : "your token here",
"notification" : {
"body" : "great match!",
"title" : "Portugal vs. Denmark"
},
"data" : {
"body" : "great match!",
"title" : "Portugal vs. Denmark"
}
}