我尝试在我的项目中实现 GCM,但在 onMessage 函数中存在问题。根据示例,我写道:
@Override
protected void onMessage(Context arg0, Intent arg1) {
// TODO Auto-generated method stub
Log.d("GCM", "RECIEVED A MESSAGE: " + arg1.getStringExtra("message"));
// other part of the code goes here...
}
好吧,我得到了这个 getStringExtra 的错误 - 似乎这个意图不包含它。我确实收到了 onMessage 事件,这是肯定的。我只是在尝试获取实际消息时遇到错误。我的服务器收到:
{"multicast_id":7888157947681629492,"success":1,"failure":0,"canonical_ids":0,"results":[{"message_id":"0:1348246306435688%196553bef9fd7ecd"}]}