react-native-version-info icon indicating copy to clipboard operation
react-native-version-info copied to clipboard

Version Check From Store

Open olawalejuwonm opened this issue 1 year ago • 3 comments

Can this library be used to get the latest app version by parsing google play store, apple app store's app information?

olawalejuwonm avatar May 30 '24 15:05 olawalejuwonm

Maybe. As the docs state this module reads the native manifest to retrieve the info. Thus if the store version is the same as the manifest, then yes. (I highly suspect that this is the case. Stores read the manifest as well.)

This module does not read any information from a store.

tessus avatar May 30 '24 18:05 tessus

If yes how can it be set up?

olawalejuwonm avatar May 30 '24 21:05 olawalejuwonm

I don't understand. You follow the steps in the README.md

tessus avatar May 30 '24 22:05 tessus

I believe what you were looking for was either react-native-version-check or react-native-store-version. These libraries can fetch the latest version available on the store.

SufianBabri avatar Sep 10 '24 10:09 SufianBabri