tschoffelen / react-native-check-version

🥕 Get the latest version of your app.
MIT License
195 stars 23 forks source link

help IOS version check #27

Closed maoryadin closed 2 years ago

maoryadin commented 2 years ago

Currently how can i check my current app version? when i am trying through DeviceInfo.getVersion() its retrieve the build version.

tschoffelen commented 2 years ago

DeviceInfo is a separate package. Please see the README on how to use this package.

maoryadin commented 2 years ago

Well based on the readme:

string currentVersion: version to check against, defaults to the currently installed version

Where can i find more info regarding the "currently installed version"? Ios have internal build version, and appStore version, the library check the device version (based build version i guess..) against the appStore version, and it can cause mismatch