Enhancements
- Adds the
PaywallOption
overrideProductsByName
, which can be used to globally override products on any paywall that have a given name. This can also be set after configure has been called by settingSuperwall.shared.overrideProductsByName
. - Adds the
PaywallOption
shouldShowWebPurchaseConfirmationAlert
, which shows a localized alert confirming a successful purchase via web checkout. Defaults totrue
.
Fixes
- Fixes issue where deep links passed to the SDK before configure completes aren’t handled after configure finishes.