Enhancements
- Adds a
PaywallView
for SwiftUI users using iOS 14+. You can use this as a standalone paywall view that you can embed and present however you like instead of usingregister
. This usesgetPaywall(forEvent:params:paywallOverrides:)
under the hood. Note that you're responsible for the deallocation of the view. If you have aPaywallView
presented somewhere and you try to present the samePaywallView
elsewhere, you will get a crash. - Adds our
Superscript
package as a dependency. We are migrating towards using Google's Common Expression Language (CEL) in audience filters to allow for more complex expressions. The use of this is behind a feature flag.
Fixes
- visionOS fixes.