45

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?

Parth Pandya
  • 1,050
  • 7
  • 15
  • 22
Chirag Savsani
  • 6,020
  • 4
  • 38
  • 74

7 Answers7

50

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".

Shashank Agrawal
  • 25,161
  • 11
  • 89
  • 121
Durairaj Packirisamy
  • 4,635
  • 1
  • 21
  • 27
  • 1
    Yes you are right. In my case I installed app from Playstore. It displayed automatically after some hours. – Chirag Savsani Jun 19 '19 at 11:04
  • Useful Info in my case – Nikita Vishwakarma Sep 06 '19 at 12:17
  • 2
    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? – Sinapse Feb 14 '21 at 10:34
  • @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. – Avramo Jan 17 '22 at 13:23
4

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.

asllearner
  • 241
  • 1
  • 13
  • 1
    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. – Chirag Savsani May 12 '16 at 04:09
  • @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... – asllearner May 16 '16 at 00:20
  • 1
    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! – Andrew Jul 13 '21 at 06:54
3

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

Rajesh N
  • 6,198
  • 2
  • 47
  • 58
3

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.

Chirag Savsani
  • 6,020
  • 4
  • 38
  • 74
2

I've found that even when there is no update button on the product page in the app store, there will be an update button in search results.

Karob
  • 21
  • 2
1

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

Irfandi D. Vendy
  • 894
  • 12
  • 20
0

Go to "Settings" within android device then on one of the tabs selections it should say "All" press that then look for the "Google play store".

Once you press that you can check what version play store your phone is currently running to make sure if it's running version 2.3 or 2.5.

Bruce
  • 1,647
  • 4
  • 20
  • 22