---
title: didNotConsentToPriceIncrease
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/product/subscriptioninfo/renewalinfo/expirationreason-swift.struct/didnotconsenttopriceincrease
---

# didNotConsentToPriceIncrease

The subscription expired because the customer didn’t consent to a price increase that requires customer consent.

## Declaration

```swift
static let didNotConsentToPriceIncrease: Product.SubscriptionInfo.RenewalInfo.ExpirationReason
```

## Mentioned in

Managing Price Increases for Auto-Renewable Subscriptions

## Discussion

Discussion The customer didn’t consent to an auto-renewable subscription price increase that requires their consent, or to a subscription offer conversion that requires their consent, so the subscription expired. For more information about subscription price increases that require customer consent, see Auto-renewable subscription price increase thresholds. For more information about offer conversions that require customer consent, see Consent for subscription offer conversions.

## See Also

### Getting the expiration reason

- [autoRenewDisabled](storekit/product/subscriptioninfo/renewalinfo/expirationreason-swift.struct/autorenewdisabled.md)
- [billingError](storekit/product/subscriptioninfo/renewalinfo/expirationreason-swift.struct/billingerror.md)
- [productUnavailable](storekit/product/subscriptioninfo/renewalinfo/expirationreason-swift.struct/productunavailable.md)
- [unknown](storekit/product/subscriptioninfo/renewalinfo/expirationreason-swift.struct/unknown.md)
