我已按照this教程使用PhoneGap测试GCM。
该应用正在推出,但我有两个问题:
功能窗口.GCM.register(“xxxxxxxxxx”,“GCM_Event”,GCM_Success, GCM_Fail);没有触发GCM_Event。
功能窗口.GCM.unregister(GCM_Success,GCM_Fail);生成 一个听起来像这样的错误:“..活动 com.cordova2.gmc.MainActivity泄露了IntentReceiver com.google.android.gcm.GCMBroadcastReceiver ..“
这有什么问题?我做错了吗?
我找到了this论坛小组,其中提到了这两个问题,但没有给出解决方案。
答案 0 :(得分:0)
尝试
windows.plugins.GCM.register("xxxxxxxxxx", "GCM_Event", GCM_Success, GCM_Fail);