Enhancements
- Adds ability to open the web checkout page in a payment sheet style web view.
- Updates Superscript version to 1.0.4. View the original Rust release changelog here.
- Adds the
SuperwallOption
shouldBypassAppTransactionCheck
, which allows you to opt out ofAppTransaction.shared
usage during SDK initialization. This is useful in testing environments to avoid triggering the Apple ID sign-in prompt. - Adds
device.isApplePayAvailable
to the device attributes that can be used in audience filters. - Adds
onWillDismiss
to thePaywallPresentationHandler
, which is called when the paywall will dismiss.
Fixes
- Changes "With/Without Free Trial" to "With/Without Intro Offer" in the debugger.
- Fixes rare crash caused by a concurrency issue.
- Fixes issue where no internet would cause a minute delay for paywall presentation.