Releases: adaptyteam/AdaptySDK-iOS
3.0.2
- 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
2.11.1
- added support for test devices
Full Changelog: 2.11.0...2.11.1
3.0.0
🎉 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. UseAdapty.SDKVersion
if needed;AdaptyUI.paywallController(for:...)
method is now throwing. Make sure to handle the error;AdaptyUI.ViewConfiguration
is now private. UseAdaptyUI.LocalizedViewConfiguration
instead;AdaptyUI.LocalizedViewConfiguration.isHard
was removed
Full Changelog: 2.11.0...3.0.0
3.0.0-beta.2
🎉 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
🎉 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. UseAdapty.SDKVersion
if needed;AdaptyUI.paywallController(for:...)
method is now throwing. Make sure to handle the error;AdaptyUI.ViewConfiguration
is now private. UseAdaptyUI.LocalizedViewConfiguration
instead;AdaptyUI.LocalizedViewConfiguration.isHard
was removed
Full Changelog: 2.11.0...3.0.0-beta.1
2.11.0
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:)
acceptsURL
object for file resource instead ofData
in.setFallbackPaywalls(_:)
. remoteConfig
is now anAdapty.RemoteConfig
object, which containsdictionary
andlocale
properties.Adapty.ipAddressCollectionDisabled
was removed, useAdapty.Configuration
.Adapty.idfaCollectionDisabled
was removed, useAdapty.Configuration
.
Full Changelog: 2.10.4...2.11.0
2.10.4
2.10.3
2.10.2
- Added support for Apple Privacy Manifest file
- Multiple internal improvements