简体   繁体   中英

Not getting push notification from GCM after sending few notifications

I want push notification by using GCM, all things are done properly, like API key & others.

I got success & also received notification, but after sending few notifications now i'm not getting any notification & getting following erro

{"multicast_id":7413445345804388431,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]}

please help for this, Thanx in advance

error":"MismatchSenderId it says that your sending push notifications from another sender id, not from your registered send id. please check your sender id properly.

Double check the Sender ID and APK_KEY , they must match or else you will get that MismatchSenderId error. In the Google API Console, look at the URL of your project:

Refer this link https://stackoverflow.com/a/11316399/964741

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM