-
Notifications
You must be signed in to change notification settings - Fork 36
Reorganize Customer Center section #662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
fb6fa72
reorg
vegaro 24b9a6d
comments 1
vegaro 7446056
Update docs/tools/customer-center/customer-center-configuration.mdx
vegaro d96fb88
Update docs/tools/customer-center/customer-center-promo-offers-google…
vegaro e7f4002
remove refunds from google promo offers
vegaro 271653b
Dynamic versions
vegaro 952493b
create sub group
vegaro 2684722
use partials
vegaro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
165 changes: 109 additions & 56 deletions
165
docs/tools/customer-center/customer-center-configuration.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,12 +4,24 @@ sidebar_label: Flutter Integration | |||||||||||||||
| slug: customer-center-flutter | ||||||||||||||||
| hidden: false | ||||||||||||||||
| --- | ||||||||||||||||
| import { sdkVersions } from '@site/src/components/CustomerCenter/CustomerCenterSDKTable'; | ||||||||||||||||
|
|
||||||||||||||||
| ## 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 | ||||||||||||||||
|
||||||||||||||||
| 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 |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we can extract this into a component like the table SDK and reuse it for all hybrids
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do this in another PR.