You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
Hey all,
I use your plugin with the node-gcm plugin for sending notifications from a Node.js server. It works fine, I can send notifications to devices and they receive it instantly. But after few days, I receive notRegistered answer from GCM. I looked at the GCM documentation and NotRegistered mean that either the device unregistered or that the app is no longer installed on the device
But I never unregistered neither uninstalled the app. If I launch the app again, then the app registers again and then I can receive notifications again but during the time between the first notRegistered response appears and the time I lauch the app, device does not receive any notification and server always get the NotRegistered response.
Hey all,
I use your plugin with the node-gcm plugin for sending notifications from a Node.js server. It works fine, I can send notifications to devices and they receive it instantly. But after few days, I receive notRegistered answer from GCM. I looked at the GCM documentation and NotRegistered mean that either the device unregistered or that the app is no longer installed on the device
But I never unregistered neither uninstalled the app. If I launch the app again, then the app registers again and then I can receive notifications again but during the time between the first notRegistered response appears and the time I lauch the app, device does not receive any notification and server always get the NotRegistered response.
Anyone else experienced this?