I have submitted an update to my Android app on the Google Play Console and it was approved, and shows newest version on Google Play Store.
However, when I download app on Play Store, the old version APK is what is downloaded, not the new version.
I have tried clearing Play Store cache, as well as uninstalling and reinstalling app, but still old APK. This is troubling because it shows that I am downloading the newest version.
Has anyone else had this issue?
Thanks
There are a few things you can do to check. The first is look at the version code of the app you are downloading. If you are the developer of the app, using adb you can pull the app off the phone using:
adb shell dumpsys package my.package | grep version
The version code is the definitive thing that will tell you if the new version of the app is on your phone. If the version code is the new version, but the code seems to be doing the old thing, then you made a mistake when submitting your APK.
If the version code is the old version, then a few things could have happened:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With