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
上网查也有人有这个问题,不知道是什么原因,有大大有遇到过吗