作者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/cn.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