Enhancements
- Adds
storeFrontCountryCode
,storeFrontCurrency
, andstoreFrontId
to the device variables. These can be used to display web checkout paywalls exclusively to those in the USA. - Adds support for redeeming a code via a universal link.
- Adds
code
andtype
to redemption events to improve debugging.
Fixes
- Ensures that the UUID from the automatically assigned Superwall alias is passed as the
appAccountToken
for purchases whenidentify(userId:)
has not been called.