Breaking Changes
- Adds Stripe subscription IDs to the
stripe
StoreIdentifier
case. - Changes
codeExpired(code: String, expired: ExpiredInfo)
RedemptionResult
case tocodeExpired(code: String, expiredInfo: ExpiredInfo)
.
Enhancements
- Adds
willRedeemCode
to theSuperwallDelegate
to indicate that a code redemption is about to happen. - Adds
stripeSubscriptionIds
convenience variable to theRedemptionResult
for quick access.
Fixes
- Adjusts
RCPurchaseController
example and submits the stripe subscription ID from thedidRedeemCode(result:)
delegate method to the RevenueCat API. - Makes sure to present alert on web entitlement restoration failure.