Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.