Enhancements
- Adds
$storekitVersion
,$maxConfigRetryCount
, and$shouldObservePurchases
to theconfig_attributes
event. - Updates Superscript to 0.1.18.
- Confirms all paywall assignments locally to reduce the amount of preloading of paywalls on each cold app open.
- Migrates documents used for user and app data out of the documents folder and into the application support folder.
- If the SDK is using StoreKit 2 and not using a purchase controller, a refunded purchase is no longer considered active and therefore does not give the user an active entitlement.
Fixes
- Deprecates the naming of
handleSuperwallPlacement(withInfo:)
back tohandleSuperwallEvent(withInfo:)
. - Deprecates
SuperwallPlacement
back toSuperwallEvent
. - Deprecates
SuperwallPlacementInfo
back toSuperwallEventInfo
.