android - Google Cloud Messaging Unique Key -


i've read in google cloud messaging documentation gcm key unique per device , per application. if uninstall , reinstall application key same, ie, key calculated based on device , application identifiers or key change?

no, key (called registration id) may change after uninstall , re-install app.

the following scenario cause id change :

  1. un-install app
  2. send gcm message device several times, until gcm server realizes app uninstalled device
  3. re-install app

Comments