Skip to content

Releases: superwall/Superwall-Flutter

1.3.4

15 Nov 15:43
16374b5
Compare
Choose a tag to compare

Enhancements

  • Adds setLocaleIdentifier(_:) and getLocaleIdentifier().

1.3.3

18 Oct 18:11
80d6dc7
Compare
Choose a tag to compare

1.3.3

Enhancements

  • Upgrades Android SDK to 1.3.1 View Android SDK release notes
    • This fixes the issue when using Superwall with some SDK's would cause a crash (i.e. Smartlook SDK)

1.3.2

12 Oct 07:56
cb9e2d9
Compare
Choose a tag to compare

1.3.2

  • Updates project linting and formatting to be consistent with the Flutter style
  • Removes rogue logging statements by matching them with the provided Log level
  • Adds passIdentifiersToPlayStore to SuperwallOptions which allows you to pass user identifiers to the Play Store purchases as account identifiers. This is useful for tracking user purchases in the Play Store console.

Thanks to @KonstantinRr for his contributions to this release 👏

1.3.1

11 Oct 18:29
aa7be02
Compare
Choose a tag to compare

1.3.1

Enhancements

  • Upgrades Android SDK to 1.3.0 View Android SDK release notes
  • Upgrades Android SDK to 3.10.1 View Android SDK release notes
  • Adds confirmAllAssignments method to Superwall which confirms assignments for all placements and returns an array of all confirmed experiment assignments. Note that the assignments may be different when a placement is registered due to changes in user, placement, or device parameters used in audience filters.

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