Skip to content

Releases: superwall/Superwall-Flutter

1.3.0

28 Sep 09:31
Compare
Choose a tag to compare

1.3.0

Enhancements

  • Upgrades iOS SDK to 3.9.1. View iOS SDK release notes
  • Upgrades Android SDK to 1.2.7 View Android SDK release notes
  • Exposes the SuperwallOption collectAdServicesAttribution for iOS. When true, this collects the AdServices attribute token, which will be process by our backend. Adds adServicesTokenRequest_start, adServicesTokenRequest_complete, and adServicesTokenRequest_fail.
  • Exposes getConfigurationStatus(), which replaces getIsConfigured(). This returns either ConfigurationStatusPending, ConfigurationStatusConfigured, or ConfigurationStatusFailed.

1.2.2

27 Aug 12:07
Compare
Choose a tag to compare

1.2.2

Fixes

  • Reapply the single bridge instance limit to fix issues with setDelegate where plugins with multiple isolates are used
  • Fixes stateful bridges by applying new state when invoking create, resolving issues seen in #23

Enhancements

  • Updates Android SDK to 1.2.4

1.2.1

16 Aug 17:25
6ac77a1
Compare
Choose a tag to compare

1.2.1

Enhancements

1.2.0

15 Jul 21:43
Compare
Choose a tag to compare

1.2.0

Enhancements

Fixes

  • Updates compileSDKVersion to 34 fixing build issues on Android.

1.1.9

19 Jun 17:25
2028246
Compare
Choose a tag to compare

Enhancements

Fixes

  • Bumps minimum Kotlin version to 1.8.0 and Android Gradle Plugin to 8.1.0 to be able to be compatible with the latest Android SDK. This was necessary for important bug fixes.
  • SW-2868: Fixes transaction issues caused by hot restart.

1.1.8

13 Jun 23:37
Compare
Choose a tag to compare

Enhancements

1.1.7

03 Jun 10:12
Compare
Choose a tag to compare

Enhancements

1.1.6

03 Jun 10:12
Compare
Choose a tag to compare

Enhancements

1.1.5

10 May 16:05
Compare
Choose a tag to compare

Enhancements

1.1.4

09 May 22:29
Compare
Choose a tag to compare

Enhancements

Fixes

  • Updates the UUID framework dependency to the latest version to prevent conflicts.