Siren Versions Save

Notify users when a new version of your app is available and prompt them to upgrade.

6.1.2

11 months ago

Forgot to update the podspec in 6.1.1. All good now.

6.1.1

11 months ago
  • #411: Thanged minimum supported version to IOS 13 now that aysnc/await works with older version. (Thanks to @blerdfoniqi)

6.1.0

1 year ago
  • #404: Custom Bundle Identifiers can now be passed into the wail() method (thanks @developforapple)
  • #405: Fixes a very old bug respecting the skipped version flag even if the app was remotely triggered to change the siren setting to be a .force update (via some config file). (thanks @aburgel)

6.0.3

1 year ago
  • #397 & #396: Fixes a very specific edge case scenario around having the update dialog not appear if the user is launching the app via a notification center. If in this scenario the update modal is scheduled to appear, it wouldn't appear in the past. With this fix, it now appears. Thanks to @keyboardseokmin for discovering this issue and submitting the fix.

6.0.2

1 year ago
  • Fixed the Croatian localization (thanks @agale92)
  • Fixed the testing bundle

6.0.1

2 years ago

Thanks to @kientux for this change.

6.0.0

2 years ago

#375

  • Changes min deployment version to iOS 15
  • Changes networking call to use async/await
    • This is the only technical change and it requires a minimum iOS version bump.

If you are supporting older versions of iOS, please use Siren version 5.8.1 (also found on branch swift5.4), which targets

  • Swift 5.4
  • iOS 13+.

5.8.1

3 years ago
  • #361: Updated Turkish localization (thanks to @hamzaozturk)

5.8.0

3 years ago
  • Bumped minimum version of iOS to 13.0 since < 2% are below that version.
  • Merged in #360 which adds support for pinging the App Store on tvOS apps running at least tvOS 13 (thanks to @frydiggity)

5.7.1

3 years ago

I simplified the code in Bundle+Extension.swift around the change made in Swift 5.7.0.