作者loveyoualway (android app developer)
看板AndroidDev
標題[問題] fcm 問題
時間Mon Jul 16 16:41:29 2018
post 的格式如下
{
"to": "token",
"notification": {
"body": "Hello",
"title": "This is test message."
}
}
然後再studio logcat底下看到 warrning exception,並且沒有跳出Notification
錯誤如下:
Error while parsing timestamp in GCM event - Null timestamp
上網查也有人有這個問題,不知道是什麼原因,有大大有遇到過嗎
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 122.117.0.1
※ 文章網址: https://webptt.com/m.aspx?n=bbs/AndroidDev/M.1531730491.A.55F.html
1F:→ y3k: 網路上那些解法 設ttl之類的有試過了嗎 07/16 22:07
2F:→ MTakuma: 不是少了 timestamp 嗎? 07/18 21:20
3F:推 zcbxvsdf: 猜測:notification message只會在背景跳出,你app在前 07/25 18:54
4F:→ zcbxvsdf: 景就不會顯示,要利用onMessageReceived去接,自己build 07/25 18:54
5F:→ zcbxvsdf: notification 07/25 18:54