我想在Android上使用Parse创建推送通知。测试后,我得到这个错误。任何想法该怎么办? 我试过仿真器,它在那里工作,但它不适用于我的设备(Galaxy S3)。使用解析实现推送通知
遇到错误尝试的GCM注册时推
java.lang.Exception: GCM registration error: INVALID_SENDER
at com.parse.GcmRegistrar$Request.finish(GcmRegistrar.java:325)
at com.parse.GcmRegistrar$Request.onReceiveResponseIntent(GcmRegistrar.java:315)
at com.parse.GcmRegistrar.handleRegistrationIntent(GcmRegistrar.java:202)
at com.parse.PushService.onHandleGcmIntent(PushService.java:531)
at com.parse.PushService.access$000(PushService.java:112)
at com.parse.PushService$7.run(PushService.java:516)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
你能发布你的代码吗?它会帮助每个人。 – beginnerAndroid 2015-03-02 20:38:52
到目前为止,它只是在遵循parse.com – Aurel 2015-03-03 16:15:43