tschoffelen/react-native-check-version

help IOS version check

Closed this issue · 2 comments

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

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

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