GCM Invalid sender error

后端 未结 3 601
终归单人心
终归单人心 2021-01-18 00:22

I\'m stuck for a while on a mysterious problem. So I implemented GCM in my android app, but i receive an INVALID_SENDER error.

  • My SENDER_ID is the id from the
3条回答
  •  暖寄归人
    2021-01-18 01:12

    Maybe your senderID is not true. You should create constructor for GCMIntentService class and call super().

提交回复
热议问题