我想在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