Getting INVALID_SENDER on one device while its working with another GCM android

前端 未结 6 613
粉色の甜心
粉色の甜心 2021-02-07 20:27

I am following Android Push Notifications using Google Cloud Messaging (GCM) to implement GCM with my application it was working fine on single device (Galaxy S) wh

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-07 21:07

    Log is showing incorrect sender ID. it should be taken from Google api project url. e.g

    https://code.google.com/apis/console/b/0/#project:65464654646546

    then 65464654646546 is sender ID.

提交回复
热议问题