ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 206 forks source link

{ error: 'NotRegistered' } #288

Closed harshalyeole-tudip closed 7 years ago

harshalyeole-tudip commented 7 years ago

I have tried the solutions provided in

https://github.com/ToothlessGear/node-gcm/issues/176

Also, One more thing to focus on is:

The push notifications are delivered on one android phone and not on another with the same app builds.

eladnava commented 7 years ago

@harshalyeole-tudip please attempt to register the device again (call instanceID.getToken()).

Is the exact same token as the one you are sending to returned by that invocation?

eladnava commented 7 years ago

Closing due to inactivity. Feel free to reopen if you still experience this issue.