Merged
Conversation
|
Preview this PR here: https://dev-docs.revenuecat.com/pr-662/ |
nyeu
reviewed
Feb 26, 2025
nyeu
reviewed
Feb 26, 2025
nyeu
reviewed
Feb 26, 2025
Comment on lines
8
to
16
| ## Overview | ||
|
|
||
| Customer Center is a self-service UI that can be added to your app to help your customers manage their subscriptions on their own. With it, you can prevent churn with pre-emptive promotional offers, capture actionable customer data with exit feedback prompts, and lower support volumes for common inquiries — all without any help from your support team. | ||
|
|
||
| There are only three steps to integrate Customer Center in your app: | ||
|
|
||
| 1. Installing the RevenueCat UI SDK in your app | ||
| 1. Implementing the Customer Center view in your app | ||
| 1. Setting up promotional offers in both App Store Connect and Google Play Console |
Member
There was a problem hiding this comment.
nit: we can extract this into a component like the table SDK and reuse it for all hybrids
Member
There was a problem hiding this comment.
Let's do this in another PR.
| [](https://github.com/RevenueCat/purchases-flutter/releases) | ||
|
|
||
| - Add `purchases-ui-flutter` in your `pubspec.yaml`: | ||
| Before integrating the Customer Center in Android, add `purchases_ui_flutter` 8.7.0 or higher in your `pubspec.yaml`: |
Member
There was a problem hiding this comment.
nit: we can declare the min version within the table sdk file too
docs/tools/customer-center/customer-center-integration-android.mdx
Outdated
Show resolved
Hide resolved
Comment on lines
14
to
16
| 1. Installing the RevenueCat UI SDK in your app | ||
| 1. Implementing the Customer Center view in your app | ||
| 1. Setting up promotional offers in both App Store Connect and Google Play Console |
Member
There was a problem hiding this comment.
Suggested change
| 1. Installing the RevenueCat UI SDK in your app | |
| 1. Implementing the Customer Center view in your app | |
| 1. Setting up promotional offers in both App Store Connect and Google Play Console | |
| ```suggestion | |
| 1. Installing the `com.revenuecat.purchases:purchases-ui` SDK in your app | |
| 2. Implementing the Customer Center view in your app | |
| 3. Setting up promotional offers |
docs/tools/customer-center/customer-center-promo-offers-google.mdx
Outdated
Show resolved
Hide resolved
docs/tools/customer-center/customer-center-promo-offers-google.mdx
Outdated
Show resolved
Hide resolved
facumenzella
requested changes
Feb 27, 2025
Member
facumenzella
left a comment
There was a problem hiding this comment.
I really like the direction this is going 🚀
Co-authored-by: Facundo Menzella <facumenzella@users.noreply.github.com>
….mdx Co-authored-by: Facundo Menzella <facumenzella@users.noreply.github.com>
facumenzella
approved these changes
Feb 27, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation / Description
Changes introduced
This pull request includes several updates to the Customer Center documentation to improve clarity and provide additional guidance on configuration and integration. The most important changes include updates to the feedback prompts, promotional offers, and installation instructions.
Documentation Updates:
docs/tools/customer-center.mdx: General clean up and extraction into their own pagesdocs/tools/customer-center/customer-center-configuration.mdx: Improved the organization and clarity of the configuration guide, including details on default configuration, feedback prompts, and promotional offers. Added an advanced configuration section to move the detailed descriptions for support email, update warning, purchase history, and color customization. [1] [2] [3] [4]docs/tools/customer-center/customer-center-flutter.mdx: Added an overview of the Customer Center and instructions for setting up promotional offers in the Flutter integration guide. [1] [2]docs/tools/customer-center/customer-center-react-native.mdx: Added an overview of the Customer Center and instructions for setting up promotional offers in the React Native integration guide.docs/tools/customer-center/customer-center-installation.mdx: Streamlined the installation instructions for various platforms and provided links to detailed guides for each platform.