According to http://developer.android.com/google/gcm/client.html#sample-register the registration Id changed when I send update for my app and the user update it ...
- Does the registration id changed also when the user uninstall the app and then reinstall it again, if he install the same version as before ?
- Should I check if the user update the app every time he enter it, if yes the app send the new registration id to the server.
- is there any unique constant id for every device that I can get and send to my server ?
THANK YOU