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.

Does the registration id for a device - app combo ever change? There is no mention of it's consistence in the docs (that I could find).

Also, will the same registration id be assigned to a device after an un-install and reinstall of the app?

share|improve this question

1 Answer

up vote 0 down vote accepted

Yes it can change. From the doc

Although the com.google.android.c2dm.intent.REGISTRATION intent is typically received after a request was made by the application, Google may periodically refresh the registration ID. So the application must be prepared to handle it at any time.

No, it won't be the same.

share|improve this answer
1  
Just a note, the docs referenced above are here: developer.android.com/google/gcm/gcm.html – selsine Dec 21 '12 at 20:09

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.