In which time frequency the GCM server refresh the registration ID. If it is changed how to get regId changed event in my mobile?
My Application registers on GCM on first time launch and store the regId Id in Sahred Preference file. Then it will get regId from shared Pref and send to our server when user done some event manually.
My Problem is,How to find the reg Id refreshed in GCM Server. Then only i can create a event to update on server to update reg Id.