Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@manasv manasv released this 30 Jun 00:08

Changed

  • Added new case .developmentOrBeta to the AppStoreLookupResult 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.