push notifications not received by everyone
问题 I am using GCM service to send push notification to all the users. But the problem I came across as soon as I updated the app from 1.3 to 1.4 is that our Notifications are not reaching the users that updated the app but are only reaching the users that installed the app for the first time. https://medium.com/@murki/gcm-push-notifications-registration-done-right-7aba759d1d55 Going by the above article I confirmed that we need to re register the GCM as soon as the app is updated. So following