Google Play Store showing Open button instead of Update button

29,402

Solution 1

There are the following use cases that you can try.

  1. It will update button after some time, so wait for some time

  2. Mostly it is a catch issue. So try to open/close the app several times. (Worked in my case)

  3. At the current time(Aprin-May 2020) it is taking almost 4-5 days to publish app due to COVID-19. I checked in play console, the status is "Your app is published" but I see an actual update after 2 days.

Solution 2

In order to show an update in Google Play, your app either should have been installed through Google Play or it should be a system application.

If you have installed your application through adb or installed from other sources, Google play will show "Open" instead of "Update".

Solution 3

I had a similar problem and it turned out that there is a "glitch" with the update button in that it desappears in landscape mode, and is only visible in portrait mode. When I searched to find out what this was about, I came across this page (we are on), so I thought I'd post my answer here for anyone who might also be stumped and might stumble here.

Solution 4

As earlier answered suggested first its need to check there must be app is signed or downloaded from play store.

If it is download from play store even its not showing update button then follow below steps

  1. Ensure you're connected to a Wi-Fi or mobile data network.

  2. Clear cache for Google Play Services app (Go to Settings > Apps or Application Manager > ALL > Google Play Services > Clear cache > OK).

  3. Clear cache data for the Google Play Store app.

  4. Uninstall and reinstall the Play Store updates. (Go to Settings > Apps or Application Manager > Google Play Store app > Uninstall Updates > OK). As long as you have a strong Internet connection (Wi-Fi or mobile data), your Play Store app will update to the latest version within a few minutes.

  5. Install system updates. To do this, try the steps listed below: Open your device's main Settings app. Select About or System updates (depending on your device, this may be different). If an update is available, follow the on-screen instructions to install it on your device. Now, please check if the update button is available.

  6. Restart your device.

Also, you can check update available or not from Side Menu->My Apps and Game->Update Tab. here you can see all apps which have new updates

Solution 5

In my case, the update button shown after I restarted the phone or restarted the playstore

Share:
29,402
Chirag Savsani
Author by

Chirag Savsani

As a Senior Android developer, I have worked on a challenging project which enabled me to learn, explore, implement new and challenging things and play roles in almost every aspect of software development. Always open to learning new technology. #SOReadyToHelp

Updated on November 08, 2021

Comments

  • Chirag Savsani
    Chirag Savsani over 2 years

    I updated my app to the Google Play Store last night. Before the update, my App version was 2.3. There was some problem in version 2.4 so after another 2-3 hour, I updated the app again.
    The current version on the play store is 2.5.

    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?

  • Chirag Savsani
    Chirag Savsani about 8 years
    In my case, Update button will appear after some hours. So wait for some time. If update button not show after some time then got for other solution.
  • asllearner
    asllearner about 8 years
    @user6170930 "this link" means this very page we are on, not another page somewhere else. I have updated to reflect this. if you mean I should post that link, would do but it was just one of many fruitless google searches and it was way down in the search results. I tried to recreate it but no go...
  • Chirag Savsani
    Chirag Savsani about 5 years
    Yes you are right. In my case I installed app from Playstore. It displayed automatically after some hours.
  • Nikita Vishwakarma
    Nikita Vishwakarma almost 5 years
    Useful Info in my case
  • Sinapse
    Sinapse over 3 years
    I also have this problem and 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?
  • Andrew
    Andrew almost 3 years
    Wow... 5 years later, this bug still exists. In 2021, on Android 11, I had to rotate to Landscape mode to get the Update button to appear instead of the Open button! Thanks!
  • Avramo
    Avramo over 2 years
    @Sinapse , I have the same issue. most users won't need this though since the app auto-updates while they're sleeping, they won't even know it updated. My issue is for user that have auto-update turned off. I built in to the app a dialog that pops up if their version is lower than the current version, and sends them to google play to update. With this bug, they go in circles. app to play to app to play.... If this is a prob on the users' end (need to Clear cache for Google Play Services) I need to know if there's a way to get their services in order for them.