我正在使用fcm向ios和android發送通知。該通知的有效負載是象如何使用fcm返回的message_id?
{
"to":"APA91bFOrqYNhaZxlmAk-........",
"priority":"high",
"notification":{
"body":"this is game notification",
"title":"hi",
"icon" : "myIcon"
},
"data" : {
"name" : "XYYZ",
"company" : "ABC Pvt Ltd",
"Country":"India"
}
}
的問題是大部分時間data
沒有被所述機器人裝置接收。那麼我怎麼能知道數據是否被正確地發送到設備?是FCM問題還是android方面的問題?
清除你的觀點@Wizard – nurulnabi
好吧看看這個鏈接 - http://stackoverflow.com/questions/38162143/fcm-data-message-not-received-in-android-when-the-application-is-in -background – Wizard
嗨。發佈您的代碼以接收消息。 –