Enhancements
- Adds
shimmerView_start
andshimmerView_complete
events. TheshimmerView_complete
event contains avisible_duration
parameter which indicates how long the shimmer view was visible after paywall open, if at all. - Adds
isScrollEnabled
toPaywallInfo
, which indicates whether the webview should scroll or not. - Updates Superscript to v0.1.15.
- Adds
$source
,$store
, and$storekit_version
to transaction events.
Fixes
- Fixes issue where using a
PurchaseController
withSuperwall.shared.purchase(product)
was resulting in transaction events being tracked twice. - Fixes build issues for visionOS, Mac Catalyst, and watchOS.