<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/PriceIncreaseStatus-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit7ProductV16SubscriptionInfoV07RenewalE0V19PriceIncreaseStatusO"
  },
  "title" : "Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus"
}
-->

# Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus

Status values that indicate whether an auto-renewable subscription is subject to a price increase.

```
@frozen enum PriceIncreaseStatus
```

## Overview

For more information, see [Managing Price Increases for Auto-Renewable Subscriptions](/documentation/StoreKit/managing-price-increases-for-auto-renewable-subscriptions).

## Topics

### Getting Price Increase Status

[`Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.noIncreasePending`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/PriceIncreaseStatus-swift.enum/noIncreasePending)

There’s no pending price increase for the auto-renewable subscription.

[`Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.agreed`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/PriceIncreaseStatus-swift.enum/agreed)

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

[`Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.pending`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/PriceIncreaseStatus-swift.enum/pending)

The customer hasn’t yet responded to an auto-renewable subscription price increase that requires customer consent.

### Getting a Localized Description

[`localizedDescription`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/PriceIncreaseStatus-swift.enum/localizedDescription)

A string containing the localized description of the price increase status.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)