我正在使用Fresh Planet的AIR推送通知扩展程序用于Android和iOS。每个人都说它工作正常,但我无法使其适用于Android。
我正确地实现了扩展,我尝试在GCM上注册我的设备,就像他们在文档中说的那样,调用...
PushNotification.getInstance().registerForPushNotification("myAPPid");
它工作正常,因为我可以在LogCat中看到下一行:
c2dmRegister(23756): C2DMRegisterFunction.call 464122159769
c2dmRegister(23756): intent with extras PendingIntent{41284dc8: android.os.BinderProxy@412745c8} ... 464122159769
但是之后没有任何事情发生。永远不会调用Receiver类,因此,as3回调从未调用过......
我不知道还能做什么。
提前致谢, 保
答案 0 :(得分:1)
添加“空气”。在前面相应的android清单中的应用程序ID是什么让它对我有用。
另见https://github.com/freshplanet/ANE-Push-Notification/issues/11