Skip to content

3.17.0

Choose a tag to compare

@x401om x401om released this 05 Jun 18:34
eaab8a1

⚠️ Swift Package Manager support is experimental. If anything doesn't work with the SwiftPM integration, please report it at https://github.com/adaptyteam/AdaptySDK-Flutter/issues. Kids Mode does not work with SwiftPM yet — use the CocoaPods integration if you need Kids Mode.

New

  • [Android] Google Play Billing Library 8 is now the default. Since 3.15.0 the SDK has been compatible with Billing Library 8 (opt-in); it is now used by default.
  • OpenUrlAction now carries an openIn parameter (AdaptyWebPresentation) indicating where the URL should be opened — external browser or in-app browser.
  • AdaptyProfile now exposes appliedAttributionSources (List<AdaptyAttributionSource>), reporting which attribution sources have been applied to the profile (e.g. appleSearchAds).
  • [iOS] Added Swift Package Manager support (experimental). The plugin now ships a Package.swift alongside the CocoaPods podspec, so apps with SwiftPM enabled build it via SwiftPM while CocoaPods keeps working unchanged. #184

⚠️ Breaking Changes

  • OpenUrlAction constructor signature changed: it now requires a second positional argument openIn of type AdaptyWebPresentation.

Native

  • [iOS] Updated native iOS SDK to 3.17.2.
  • [Android] Updated native Android SDK to 3.17.1.