Skip to content

Releases: adaptyteam/AdaptySDK-iOS

3.0.2

08 Aug 11:58
Compare
Choose a tag to compare
  • AdaptyUI: Added an option to present alerts above the paywall view (SwiftUI).
  • Added two new demo apps (UIKit + CocoaPods and SwiftUI + SPM) for a better understanding of our SDK integration process.

Full Changelog: 3.0.1...3.0.2

3.0.1

02 Aug 12:52
Compare
Choose a tag to compare
  • AdaptyUI: fix observer mode availability

2.11.1

26 Jul 18:04
Compare
Choose a tag to compare

Full Changelog: 2.11.0...2.11.1

3.0.0

18 Jul 19:05
Compare
Choose a tag to compare

🎉 Meet the Adapty iOS SDK 3.0.0

With this version we're introducing support for the new paywall builder that offers more templates and layout flexibility. Note that:

  • This version doesn't support paywalls created in the legacy (current) paywall builder
  • But you can easily migrate those with a single press of a button in Adapty Dashboard
    Read our Migration Guide for mode details.

Breaking Changes:

  • The AdaptyUI library is deprecated; it is now part of AdaptySDK;
  • AdaptyUI now supports iOS 15 and newer. Make sure to use available directives where needed;
  • AdaptyUI.SDKVersion was removed. Use Adapty.SDKVersion if needed;
  • AdaptyUI.paywallController(for:...) method is now throwing. Make sure to handle the error;
  • AdaptyUI.ViewConfiguration is now private. Use AdaptyUI.LocalizedViewConfiguration instead;
  • AdaptyUI.LocalizedViewConfiguration.isHard was removed

Full Changelog: 2.11.0...3.0.0

3.0.0-beta.2

08 Jul 09:36
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

🎉 Meet the Adapty iOS SDK 3.0.0-beta!

With this version we're introducing support for the new paywall builder that offers more templates and layout flexibility. Note that:

  • This version doesn't support paywalls created in the legacy (current) paywall builder
  • But you can easily migrate those with a single press of a button in Adapty Dashboard
    Read our Migration Guide for mode details.

3.0.0-beta.1

04 Jul 09:00
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

🎉 Meet the Adapty iOS SDK 3.0.0-beta!

With this version we're introducing support for the new paywall builder that offers more templates and layout flexibility. Note that:

  • This version doesn't support paywalls created in the legacy (current) paywall builder
  • But you can easily migrate those with a single press of a button in Adapty Dashboard
    Read our Migration Guide for mode details.

Breaking Changes:

  • The AdaptyUI library is deprecated; it is now part of AdaptySDK;
  • AdaptyUI now supports iOS 15 and newer. Make sure to use available directives where needed;
  • AdaptyUI.SDKVersion was removed. Use Adapty.SDKVersion if needed;
  • AdaptyUI.paywallController(for:...) method is now throwing. Make sure to handle the error;
  • AdaptyUI.ViewConfiguration is now private. Use AdaptyUI.LocalizedViewConfiguration instead;
  • AdaptyUI.LocalizedViewConfiguration.isHard was removed

Full Changelog: 2.11.0...3.0.0-beta.1

2.11.0

09 May 17:30
Compare
Choose a tag to compare

New:

  • Since this version we are using CDN for even more use-cases. This technology helps us to synchronize data much faster.
  • Added an option to activate Adapty SDK by passing Adapty.Configuration object.

Breaking:

  • New method .setFallbackPaywalls(fileURL:) accepts URL object for file resource instead of Data in .setFallbackPaywalls(_:).
  • remoteConfig is now an Adapty.RemoteConfig object, which contains dictionary and locale properties.
  • Adapty.ipAddressCollectionDisabled was removed, use Adapty.Configuration.
  • Adapty.idfaCollectionDisabled was removed, use Adapty.Configuration.

⚠️ Warning: Please ensure you update the Fallback Paywalls files before releasing a new version.

Full Changelog: 2.10.4...2.11.0

2.10.4

29 Apr 15:38
Compare
Choose a tag to compare
  • added an option to disable ip address collection (use Adapty.ipAddressCollectionDisabled = true)

2.10.3

04 Apr 20:39
Compare
Choose a tag to compare
  • removed iAd dependency from Adapty.podspec file

2.10.2

27 Mar 12:41
Compare
Choose a tag to compare