Android GCM send and MismatchSenderId

后端 未结 4 1062
灰色年华
灰色年华 2021-01-23 08:46

The odd thing is that notifications were working before. So I\'m not sure what happened. I tried reinstalling my app to the device, but nothing changed.

{\"multi         


        
4条回答
  •  不知归路
    2021-01-23 09:37

    Apparently, when you recompile your app it will sometimes throw off the device id generation to where it won't match a previous id.

    What I have to do is a COMPLETE uninstall of the app on my phone and recompile the app again (via eclipse). This seems quite pathetic, but it's the closest to a workable solution I have at the moment..

提交回复
热议问题