I have my app installed in my cell with version 1.0.3 ( Version code 1) In Google Play Store, I can see my app with version 2.0.1 ( Version code 2 ), but it doesn't show me the button update ( it is showing me the button "Open") Is it something I have to include in my app??? Is it a bug in Play Store??? Is it a configuration problem???
-
Try to clear cache of your Google Play Store and the update button will be shown. – Ambar Jain Jul 05 '17 at 11:41
-
possible duplicate https://stackoverflow.com/questions/32086791/google-play-store-showing-open-button-instead-of-update-button/46188555#46188555 – Rajesh N Sep 13 '17 at 03:52
-
@Subhadarshani Patra did u solve the problem ? i got the same problem and same problem fixing just like u but don't work – Ratri Nov 12 '19 at 02:16
-
3Does this answer your question? [Play Store having new version of the app, but not showing update](https://stackoverflow.com/questions/27020815/play-store-having-new-version-of-the-app-but-not-showing-update) – Bink Sep 29 '21 at 19:05
2 Answers
If u install app using usb debugging mode then in playstore it will not show update when you update app in playstore.
If your previous version also downloaded from playstore then it will show update.

- 540
- 7
- 17
-
1No its not in debugging mode it's in release mode.we have the older version apk installed in our device.now we have uploaded a higher version to the play store.now when we want to update the app the update option is not showing. – Subhadarshani Patra Jul 05 '17 at 11:41
Try to clear cache of your Google Play Store and the update button will be shown.
EDIT
As mentioned in this link
Updating system apps
Users will see system apps (including any pre-loaded apps) in the My Apps section of the Google Play Store as soon as an application with the same package name is uploaded to the Play Console (even if the application is unpublished).
Google Play can manage updates to preloaded applications, provided the following conditions are met:
The preloaded app needs to be in the system partition
The preloaded app needs to be free
The preloaded app needs to be signed with the same signature as the app published in Google Play
The package name of the preloaded and updated app needs to be the same
The version code of the updated app needs to be greater than that of the preloaded app

- 508
- 5
- 11
-
1Yes I have tried it also but still the update button is not coming. – Subhadarshani Patra Jul 05 '17 at 12:30
-
@SubhadarshaniPatra what was the problem in your updation? I also have same problem – nidhi Mar 07 '19 at 04:24