Google Play Push Notification For App Update Available Is Not Sent. Am I Missing Something?
Solution 1:
When you publish you app it takes some time(may be hours) to update world wide. So User's will not get immediately notified as soon as you publish.
It will also depend on the settings of playstore in user's phone and also the network user is using(i.e. wifi or data).
I have also faced this issue. When I checked for updated version, I did't get it but when I cleared data of playstore from my application settings and force stopped app and then reopened it and I was able to see the updated version.
So from your side you are not doing anything wrong. It's job of playstore plateform.
Only the thing which sometimes happens with the developers is that we continuously use our device to run app by using USB debugging and then we publish our app to playstore. And then we wait for update notification but we will not get notified as the versions in our device and on playstore are same.
Post a Comment for "Google Play Push Notification For App Update Available Is Not Sent. Am I Missing Something?"