Skip to content

Releases: superwall/react-native-superwall

1.3.3

14 Oct 17:50
8663875
Compare
Choose a tag to compare

Enhancements

  • Upgrades Android SDK to 1.3.0 View Android SDK release notes
  • Upgrades iOS SDK to 3.10.1 View iOS SDK release notes
  • 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.
  • 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.

Fixes

  • Fixes issue with the Experiment inside PaywallInfo being null in the handleSuperwallEvent delegate for iOS.

1.3.2

07 Oct 10:17
Compare
Choose a tag to compare

Enhancements

1.3.1

30 Sep 14:37
878e986
Compare
Choose a tag to compare

Enhancements

1.3.0

30 Sep 09:04
Compare
Choose a tag to compare

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. This adds adServicesTokenRequest_start, adServicesTokenRequest_complete, and adServicesTokenRequest_fail events.
  • Exposes getConfigurationStatus(). This returns either PENDING, CONFIGURED, or FAILED.

1.2.6

22 Aug 09:56
e19bd4f
Compare
Choose a tag to compare

Enhancements

1.2.5

05 Aug 09:45
Compare
Choose a tag to compare

Fixes

  • Fixes Switch must be exhaustive error caused by the upgrade of the iOS SDK.

1.2.4

31 Jul 13:46
Compare
Choose a tag to compare

Enhancements

Fixes

  • Fixes an error Invalid LocalNotificationType value.

1.2.3

24 Jul 17:32
Compare
Choose a tag to compare

Enhancements

1.2.2

12 Jun 23:34
Compare
Choose a tag to compare

Enhancements

Fixes

  • Makes sure the iOS SDK is pinned to a specific version, rather than a minimum version.

1.2.1

03 Jun 10:14
Compare
Choose a tag to compare

Enhancements