Skip to content

Releases: SimformSolutionsPvtLtd/SSAppUpdater

Add custom alert title and subtitle in new update popup

23 Jan 09:10
0aae621

Choose a tag to compare

Adds support for custom alert title and subtitle in the new update popup, allowing the update message to be more dynamic and configurable based on requirements.

Fix update alert not displayed

21 Mar 10:18
000289d

Choose a tag to compare

Fix update alert not displayed when release notes found null #43

1.6.0

16 Oct 09:09
d6cac5c

Choose a tag to compare

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

21 Jun 05:25
6cd4e11

Choose a tag to compare

  • Bug Fixes
  • iTunes HTTP URL is not giving exact app version issue Fixed

Add MacOs Support

19 Jun 06:45
ee2563a

Choose a tag to compare

  • 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

22 Apr 10:08
d78162a

Choose a tag to compare

Merge pull request #17 from SimformSolutionsPvtLtd/develop

Develop

Fixes of parsing JSON

23 Jun 12:29
685692a

Choose a tag to compare

  • Fixed issue while parsing JSON for averageUserRating and averageUserRatingForCurrentVersion keys
  • fix alert showing twice.

Version issue fixed

30 Sep 11:23
a354b5a

Choose a tag to compare

Version comparison issue fixed

Other Dependancies support

09 Feb 13:59
b76e5fb

Choose a tag to compare

  • Skip Version support
  • Support for Carthage
  • Support for Swift Package Manager

Initial release

27 Oct 10:39

Choose a tag to compare

1.0.0

Implementation of SSAppUpdater