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.

相关文章

Android 如何解决dialog弹出时无法捕捉Activity的back事件 在...
Android实现自定义带文字和图片的Button 在Android开发中经常...
Android 关于长按back键退出应用程序的实现最近在做一个Andr...
android自带的时间选择器只能精确到分,但是对于某些应用要求...