question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google Play App displays "Open" instead of "Update" even when new version is available

See original GitHub issue

It seems as though the google play store has a caching issue where users will see that they need to update (from react-native-version-check) they will go to the google play store and it will only present the option to Open but not to Update. If they remove the google play store app cache it will work but otherwise it’ll just keep on showing open. Numerous users have reported this. Any thoughts? (I know its not an issue with this library but I suspect other people here might experience the same thing). Any help is appreciated

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:23

github_iconTop GitHub Comments

1reaction
mmestiyakcommented, Apr 17, 2022

Sync your versionName in your android/app/build.gradle with package.json version

It will show Update instead of Open

1reaction
guiibussingercommented, Dec 14, 2021

I did manage to find a workaround, at least worked in my tests…

instead of using the https storeUrl from the lib, I used the play store deeplink:

const storeUrl = Platform.OS === 'android' ? 'market://details?id=your.app.bundle' : 'itms-apps://apps.apple.com/br/app/idYourAppId';

update: i still have to test in iOS but mind to change ‘br’ for your country in the app store deeplink

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Play Store showing Open button instead of Update ...
In order to show an update in Google Play, your app either should have been installed through Google Play or it should be...
Read more >
Update button not displaying while trying to update the App in ...
Take a look at this troubleshooter Play store won't open, load, or download application. If that doesn't helps check out More steps to...
Read more >
Google play store is not showing the application updates.
Note: i have already cleane... First thing to do is to check your connection, then try to change the settings inside the google...
Read more >
Google Play Store Not Downloading or Updating Apps? 11 ...
Some system functions will become unavailable when your device is low on storage space. For example, Play Store may fail to download new...
Read more >
play store not showing update button when new version is ...
play store not showing update button when new version is available. ... how to fix google play store not working redmi 9, redmi...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found