You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCM registration ID is only valid for one version of the app. It's a good practice to listen to MY_PACKAGE_REPLACED Broadcast receiver and re-register immediately after the update. Otherwise GCM messages will not come until user launches to app.
GCM registration ID is only valid for one version of the app. It's a good practice to listen to
MY_PACKAGE_REPLACEDBroadcast receiver and re-register immediately after the update. Otherwise GCM messages will not come until user launches to app.