android – FCM通知发送报告

前端之家收集整理的这篇文章主要介绍了android – FCM通知发送报告前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我知道在发布消息后谷歌将发回消息ID,这并不意味着该消息已经传递给设备.

无论如何在FCM接收已发送通知的送达报告?

解决方法

是的,message_id仅标识消息已成功传递到FCM服务器.

我认为你在寻找的是Delivery Receipts

Delivery Receipt: If the app server included delivery_receipt_requested in the downstream message,the XMPP connection server sends a delivery receipt when it receives confirmation that the device received the message.

原文链接:https://www.f2er.com/android/308702.html

猜你在找的Android相关文章