Enhancements
- SW-2828: Adds the Superwall
appUserId
as theapplicationUsername
for internalSKPayments
. - SW-2817: Adds support for dark mode paywall background color.
- SW-2815: Adds ability to target devices based on their IP address location. Use
device.ipRegion
,device.ipRegionCode
,device.ipCountry
,device.ipCity
,device.ipContinent
, ordevice.ipTimezone
. - Paywalls built with the new editor can be downloaded as webarchive files. This allows for shared resources and faster loading times for paywalls.
Fixes
- Fixes issue where implicit triggers weren't sending a
paywallPresentationRequest
when they didn't result in a paywall. Now this applies only to implicit triggers that are derived from an action on the paywall, likepaywall_decline
.