---
title: Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.agreed
framework: storekit
role: symbol
role_heading: Case
path: storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus-swift.enum/agreed
---

# Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.agreed

The auto-renewable subscription is subject to a price increase.

## Declaration

```swift
case agreed
```

## Mentioned in

Managing Price Increases for Auto-Renewable Subscriptions

## Discussion

Discussion There are two types of price increases for auto-renewable subscriptions: those that require customer consent, and those that don’t require customer consent. For a price increase that requires customer consent, this value indicates that the customer consented to the price increase. For a price increase that doesn’t require customer consent, this value indicates that the App Store informed the customer of the price increase and the subscription is subject to the price increase. For more information about this value, see Managing Price Increases for Auto-Renewable Subscriptions.

## See Also

### Getting Price Increase Status

- [Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.noIncreasePending](storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus-swift.enum/noincreasepending.md)
- [Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.pending](storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus-swift.enum/pending.md)
