Releases: manasv/Updeto
Releases · manasv/Updeto
0.1.0
Changed
- Added new case
.developmentOrBeta
to theAppStoreLookupResult
in order to fix an issue where if the installed version is higher than the AppStore result it will throw.outdated
.
Explanation of changes:
State that means installed version is higher than latest on AppStore. This is possible if the installed version is a development / beta build (eg. Xcode, TestFlight). Worst case scenario is that the response from apple is outdated, which is unlikely to happen.