help IOS version check
Closed this issue · 2 comments
maoryadin commented
Currently how can i check my current app version? when i am trying through DeviceInfo.getVersion() its retrieve the build version.
tschoffelen commented
DeviceInfo is a separate package. Please see the README on how to use this package.
maoryadin commented
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