---
title: Managing Price Increases for Auto-Renewable Subscriptions
framework: storekit
role: article
role_heading: Article
path: storekit/managing-price-increases-for-auto-renewable-subscriptions
---

# Managing Price Increases for Auto-Renewable Subscriptions

Identify the price increase status for auto-renewable subscriptions in your app and on your server.

## Overview

Overview If you increase the price of an auto-renewable subscription in App Store Connect, the priceIncreaseStatus in the renewalInfo object indicates if the subscription is subject to the price increase. Auto-renewable subscriptions have two types of price increases: those that require customer consent, and those that don’t require customer consent. For price increases that require customer consent, look for the following status values in your app:  |   |   |  For price increases that don’t require customer consent, look for the following status values in your app:  |   |   |  For more information about managing subscription prices in App Store Connect, see Managing Prices. Receive Notifications for Price Increase Status Events If you’ve enabled App Store Server Notifications V2, your server receives notifications for events related to auto-renewable subscription price increases. For auto-renewable subscription price increases that require customer consent, look for the following notifications:  |  |   |  |   |  |   |  |   |  |  For auto-renewable subscription price increases that don’t require customer consent, look for the following notifications:  |  |   |  |   |  |  For more information about App Store Server Notifications, see Enabling App Store Server Notifications. For more information about notification types and subtypes, see notificationType and subtype.

## See Also

### Getting the price increase status

- [priceIncreaseStatus](storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus-swift.property.md)
- [Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus](storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus-swift.enum.md)
