kimxogus / react-native-version-check

A version checker for react-native applications
MIT License
722 stars 179 forks source link

Playstore not detect Update #106

Closed jeypc closed 4 years ago

jeypc commented 4 years ago

Discussion. I have already implemented the react native version check. When there is the latest update, I direct the user to PlayStore, but in PlayStore there is no update, but it is open. Unless I close the application and try again the Update appears. Has anyone ever experienced something similar?

MaximRikel commented 4 years ago

Found this:

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