I know this is a silly question but important for me. I am developing an application which uses GCM. I searched and read regarding the GCM and having some question related to this as:
- Is the registration_id of GCM change after App update? If yes then how to handle it?
- Is the registration_id of GCM change after Android update? If yes then how to handle it?
- Is the registration id changes with every time registration to GCM from the same device and same app?
- Do the app need to call registration to GCM method every time when app runs?
- Can the app wait till the token or registration process complete in background?
I refereed the This Link to implement GCM in my app.