Enhancements
- Adds
purchase(_:)
to initiate a purchase of anSKProduct
via Superwall regardless of whether you are using paywalls or not. - Adds
restorePurchases()
to restore purchases via Superwall. - Adds an optional
paywall(_:loadingStateDidChange)
function to thePaywallViewControllerDelegate
. This is called when the loading state of the presentedPaywallViewController
did change. - Makes
loadingState
on thePaywallViewController
a public published property.
Fixes
- Tweaks AdServices token logic to prevent getting the token twice.