-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
premium apps: Support for multiple subscription tiers (#7304)
* support multiple subscription tiers * Update docs/resources/Subscription.md Co-authored-by: Mihail Gribkov <[email protected]> * update entitlement_ids and sku_ids * our beloved tables --------- Co-authored-by: Mihail Gribkov <[email protected]>
- Loading branch information
1 parent
e70f3ce
commit 5af3428
Showing
5 changed files
with
144 additions
and
15 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
docs/change_log/2024-12-12-premium-apps-multiple-subscription-tiers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: "Premium Apps: Multiple Subscription Tiers" | ||
date: "2024-12-12" | ||
topics: | ||
- "Premium Apps" | ||
--- | ||
|
||
Developers with monetization enabled can now create and publish multiple subscription SKUs of the same type for their app. This allows developers to offer different subscription tiers with varying benefits and pricing. Users can upgrade and downgrade between published subscription SKUs. | ||
|
||
### What's Changed | ||
|
||
#### Developer Portal | ||
- Under the `Monetization` tab, you can now publish multiple subscription SKUs of the same type for your app. | ||
|
||
#### App's Store Page | ||
- When multiple subscription SKUs are published: Users can now upgrade or downgrade between different published subscription SKUs. | ||
|
||
#### User App Subscription Settings | ||
- When multiple subscription SKUs are published: Users can now upgrade or downgrade between different published subscription SKUs. | ||
- These settings are available under `User Settings → Subscriptions → App Subscriptions`. | ||
|
||
#### Subscription Object | ||
- New field `renewal_sku_ids` added to the [subscription object](#DOCS_RESOURCES_SUBSCRIPTION/subscription-object) response for `SUBSCRIPTION_UPDATE` events and API endpoints. | ||
- `renewal_sku_ids` is a list of snowflakes that indicate the SKU(s) that the user will be subscribed to at renewal. | ||
|
||
#### Updated Guide: Managing SKUs | ||
- The [Managing SKUs](#DOCS_MONETIZATION_MANAGING_SKUS/creating-a-sku) guide has been updated to include information about creating and managing multiple subscription SKUs. | ||
|
||
#### Updated Guide: Implementing App Subscriptions | ||
- The [Implementing App Subscriptions](#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS/supporting-upgrades-and-downgrades) guide has been updated to include information about supporting upgrades and downgrades between multiple subscription SKUs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.