Skip to content

Releases: superwall/Superwall-iOS

4.12.10

05 Feb 21:36
570905d

Choose a tag to compare

Enhancements

  • Adds native haptic feedback support for paywall buttons. Haptic types can be configured in the paywall editor and include light, medium, heavy, success, warning, error, and selection.
  • Adds custom callback action support allowing you to perform an async action and send the result back to the paywall.

Fixes

  • Fixes issue where the app_install event was being cleared upon reset, which meant that this couldn't be used with device.daysSince_app_install after reset.

4.12.9

28 Jan 13:28
fb0372c

Choose a tag to compare

Fixes

  • Updates Superscript version to 1.0.13. This fixes an issue with String and Int comparison. View the original Rust release changelog here.
  • Fixes an issue where dismissing a modally presented paywall didn't fire paywall_decline.

4.12.8

22 Jan 16:21
bc90448

Choose a tag to compare

Enhancements

  • Exposes the introOfferToken on StoreProduct so that those using a PurchaseController can take advantage of the introductory offer eligiblity override.

Fixes

  • Stop logging paywallWebviewLoad_timeout events because they were confusing.
  • Only refreshes terminated webviews once to avoid infinite reloading loops on low RAM devices.

4.12.7

19 Jan 16:47
ca9907e

Choose a tag to compare

Fixes

  • Fixes microphone permission request to prevent App Store Connect warnings.

4.12.6

19 Jan 15:18
566713b

Choose a tag to compare

Enhancements

  • Adds post purchase actions support.

Fixes

  • Fixes a rare issue where TestFlight products could display in a different currency on the paywall than on Apple's payment sheet.

4.12.5

15 Jan 20:30
583f512

Choose a tag to compare

Enhancements

  • Adds microphone permission request support.

Fixes

  • Fixes issue where the notification permission prompt would not appear if provisional notification permission was already granted.

4.12.4

13 Jan 12:16
9f912c8

Choose a tag to compare

Enhancements

  • Adds back in contacts and location permission requests but this time will not get flagged in App Store review if they're not being used.
  • Adds App Tracking Transparency permission request.

4.12.3

13 Jan 00:37
cba81af

Choose a tag to compare

Fixes

  • Removes contacts and location permission APIs to prevent App Store warnings.

4.12.2

12 Jan 14:28
22ea28d

Choose a tag to compare

Fixes

  • Fixes issue building for Mac Catalyst.

4.12.1

12 Jan 14:02
658b219

Choose a tag to compare

Enhancements

  • Adds redemptionInfo.paywallInfo.product which contains information about the product that was purchased. This deprecates redemptionInfo.paywallInfo.productIdentifier in favor of redemptionInfo.paywallInfo.product.identifer.