Skip to content

3.10.0

Compare
Choose a tag to compare
@yusuftor yusuftor released this 04 Oct 13:02
· 30 commits to develop since this release
1fa4e91

Enhancements

  • Adds purchase(_:) to initiate a purchase of an SKProduct 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 the PaywallViewControllerDelegate. This is called when the loading state of the presented PaywallViewController did change.
  • Makes loadingState on the PaywallViewController a public published property.

Fixes

  • Tweaks AdServices token logic to prevent getting the token twice.