Will it detect the store version based on the availability of device os version?
For example, iOS app store allows developers only updating app supporting iOS version 14 and 15.
In a scenario, developer update an app version from 1.9 to 2.0, to stop supporting iOS version 13.
But iOS 13 user can still download app version 1.9, which still support iOS 13.
Will new_version detect the app store version as 2.0 on iOS 13 device, or it will be 1.9?