Releases: SimformSolutionsPvtLtd/SSAppUpdater
Releases · SimformSolutionsPvtLtd/SSAppUpdater
1.6.0
macOS Manual Updates:
- SAppUpdater now offers support for manual updates in macOS applications, enabling version checks and update options outside the App Store.
- The application will automatically quit and relaunch when the user clicks 'Update' in response to a prompt.
Update Creation:
- Upon creating an archive, post-archive steps will be executed automatically, generating a zip file and a version.xml file ready for upload to the server.
Bug Fixes
- Bug Fixes
- iTunes HTTP URL is not giving exact app version issue Fixed
Add MacOs Support
- Added macOS support.
- Converted UIKit alerts into swiftUIAlerts.
- Managed to force an update to prevent further access to the app until it is updated.
- Added option to direct AppStore redirection instead of opening an AppStore into our application.
- Handled no internet connection scenario by displaying an alert.
Added privacy manifest support
Merge pull request #17 from SimformSolutionsPvtLtd/develop Develop
Fixes of parsing JSON
- Fixed issue while parsing JSON for averageUserRating and averageUserRatingForCurrentVersion keys
- fix alert showing twice.
Version issue fixed
Version comparison issue fixed
Other Dependancies support
- Skip Version support
- Support for Carthage
- Support for Swift Package Manager
Initial release
1.0.0 Implementation of SSAppUpdater