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
上網查也有人有這個問題,不知道是什麼原因,有大大有遇到過嗎