android - GCM notification results=[error=NotRegistered] -
i using node gcm.
the notifications working fine in devices of customer. phones have issue not notifications after time period.
after checking logs saw below error in calls.
{"multicast_id":7040074623564131000,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"notregistered"}]
i not canonical_ids 1 or above, response or on responses before it.
i followed steps mentioned in canonical registration id , message id format , did not canonical ids in response.
in phones, gcm works fine i'm not sure how proceed here , debug.
notregistered - message, say, there no gcm device registered passed id. check id.
you must send push notifications on devices, registered in gcm , in app (via developer console).
you can test different rest clients postman. send data on special url using json.
Comments
Post a Comment