我有一个成功连接到FCM XMPP测试服务器的python3程序。但是,在发送JSON之后,它每次都返回SERVICE_UNAVAILABLE
nack消息。上周完全相同的代码完美无缺。
documentation建议多次重试发送消息,我做了什么。它还说我可能被列入黑名单。
引发nack的请求是:
<message id=""><gcm xmlns="google:mobile:data">{"message_id": "37ea7059-a832-413b-b008-378f8d8e1a46", "delivery_receipt_requested": true, "time_to_live": 600, "notification": {"body": "BAR", "color": "#666", "icon": "ic_launcher", "title": "FOO", "sound": "content://settings/system/notification_home"}, "data": {"url": "http://google.com"}, "to": "FOOBAR"}</gcm></message>
答案 0 :(得分:1)
firebaser here
我们的Cloud Messaging登台环境会定期获取可能尚未完全准备好用于生产的软件版本。看来这是其中一例。
我们建议您针对生产环境进行自己的测试。我们会相应地更新文档。