0

I updated my app to the Google Play Store 4th aug last night. Before the update, my App version was 1.0.0.1 There was some problem in version 1.0.0.1 I updated version 1.0.0.1 to 1.0.0.2. The current version on the play store is 1.0.0.2.

enter image description here

My Problem is: If the old version is installed on the device and open play store Google Play Store showing open button instead of Update button. I want update button. What is the problem? Any solution?

Thanks in Advance

Ole Pannier
  • 3,208
  • 9
  • 22
  • 33
gadda raju
  • 49
  • 8
  • Does this answer your question? [Google Play Store showing Open button instead of Update button](https://stackoverflow.com/questions/32086791/google-play-store-showing-open-button-instead-of-update-button) Specifically, **check again in 24 hours**, see if the button changes as it should. Also, **power off the phone**. Power it back on. If that fixes it, then I think most customers will see the correct button. I suspect Play Store app is caching some info. – ToolmakerSteve Aug 06 '21 at 20:41

2 Answers2

0

Because you have debug apk installed on phone. To update apk you need to have same app with the same package name and same signed apk.

try uninstalling current apk to installed new apk

Saurabh Dhage
  • 1,478
  • 5
  • 17
  • 31
  • No i am not using debug apk bro. yes, i have same app with same package and same signed apk .Apk uninstall and install working fine . I need Play Store to show the button update rather than open, as my app is installed on many customers phones already. Do you know technically why "update" is not showing and do you have any reference to some official documentation. Customers don't do the uninstall operation. – gadda raju Aug 06 '21 at 12:53
  • there can be multiple reasons like you have installed beta version then update option not showing – Saurabh Dhage Aug 06 '21 at 16:57
0

If you restart Google Play on your device, the button Update will appear. But only if the update is approved.

Andrew
  • 1