my mobile was installed the app which was using C2DM, later which was updated using GCM. So, I updated to app which is now using GCM.
But whenever the server does the push , the device doesn't get the notification. The error is NotRegistered. The strange thing is never uninstalled the app and only updated the app.
Due to GCM documentation, it said that the client should register the device again because device token of old version and new version will not be the same. But when I checked the DB, the device token of old version and new version are the same. And I even check the registrationid returned from GCM, always the same device token ( using some app related files from device).
The client flow is whenever the app starts, the app will register the device to GCM. So no matter what , the app should get the valid registration id (device token) from GCM.
Does someone facing the same situation and any suggestion to solve this case?
PS: uninstall the app and re install again is OK. Fresh installation is OK. The application id for two versions are different.
some similar case: c2dm receives NotRegistered after gcm registration