我尝试按照 Koh 的建议去做 here ,我的问题是当我发送这个 JSON 时:
{
"to": "/topics/test",
"data": {
"aps" : {
"alert" : "You got your emails."
}
}
}
但我收到的通知是:
Notification received: {
aps = "{\"alert\":\"You got your emails.\"}";
"collapse_key" = "do_not_collapse";
from = "/topics/test";
}
在我收到之前,JSON aps 似乎已更改为一个简单的字符串。 有没有办法获得正确的通知语法以便我的应用识别它?
您应该使用“通知”字段而不是“数据”。
https://developers.google.com/cloud-messaging/server-ref
关于ios - 在 ios 上使用 GCM 推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30752951/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |