Skip to content

Commit c7e6369

Browse files
authored
Add change plans documentation to Customer Center (#1018)
* Add change plans documentation to Customer Center * nits * add link to section
1 parent 5a98107 commit c7e6369

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Configuring Change Plans for Customer Center (iOS)
3+
sidebar_label: Change Plans (iOS)
4+
slug: customer-center-change-plans-ios
5+
hidden: false
6+
---
7+
8+
:::info REQUIREMENTS
9+
Customization requires iOS SDK version 5.33.0 or later. Earlier versions of the SDK support change plans but without customization options - all products in the subscription group will be shown.
10+
:::
11+
12+
![Customer Center Change Plans Configuration](/docs_images/customer-center/customer-center-change-plans.png)
13+
14+
Change Plans allows iOS customers to switch between different subscription products directly within the Customer Center. This feature provides a seamless experience for users who want to upgrade, downgrade, or modify their current subscription.
15+
16+
This setup enables RevenueCat to automatically present the appropriate product change options based on a user's current subscription, providing a streamlined experience for product modifications.
17+
18+
The SDK will automatically display available product options based on the user's active subscription and the products configured in your subscription group.
19+
20+
You can configure which products will be offered as a product change, instead of showing all the products within the subscription group. Rather than showing all available products, you can choose a specific subset of subscriptions to offer as change options for each product.
21+
22+
**This feature works for products within the same subscription group.**
23+
24+
## Configuration
25+
26+
After setting up your subscription group in App Store Connect, you need to configure which specific products should be available for changes in the Customer Center settings.
27+
28+
For each subscription group, you can select a subset of products to offer as change options rather than displaying all products in the group. You must select at least 2 subscriptions per group to enable product changes.
29+
30+
**Important**: If your subscription group has 2 or fewer products, the configuration is automatic and all available products in the group will be shown as change options. Manual configuration is only available for subscription groups with 3 or more products.
31+
32+
In the Customer Center Configuration, when selecting the **Change Plans** path, you can specify exactly which products should be presented as change options for each subscription group.
33+
34+
[Learn more about configuring the Customer Center.](/tools/customer-center/customer-center-configuration)
35+
36+

docs/tools/customer-center/customer-center-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are four main management options available in Customer Center. These optio
1616
- Cancellation
1717
- Missing Purchases
1818
- Refund Request (iOS only)
19-
- Plan Changes (iOS only)
19+
- [Plan Changes](/tools/customer-center/customer-center-change-plans-ios) (iOS only)
2020

2121
When a customer initially opens the Customer Center, these are the main options they'll see to select from.
2222

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ const customersCategory = Category({
357357
items: [
358358
Page({ slug: "customer-center-promo-offers-apple" }),
359359
Page({ slug: "customer-center-promo-offers-google" }),
360+
Page({ slug: "customer-center-change-plans-ios" }),
360361
],
361362
}),
362363
SubCategory({
233 KB
Loading

0 commit comments

Comments
 (0)