-
Notifications
You must be signed in to change notification settings - Fork 4
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
Customer Center Android support #645
Conversation
Preview this PR here: https://dev-docs.revenuecat.com/pr-645/ |
@@ -1,6 +1,6 @@ | |||
--- | |||
title: Implement Customer Center | |||
sidebar_label: Implementation | |||
title: Integrating Customer Center on iOS |
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: let's rename the file
:::info Android support | ||
Customer Center is now available on Android! [Learn more about integrating Customer Center on Android here.](/tools/customer-center/customer-center-integration-android) | ||
::: |
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.
I guess this is intentional, right?
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.
feels like we can skip this, sounds more like an announcement rather than permanent docs
|
||
## Integration | ||
|
||
There's a `CustomerCenter` composable that can be used to display the Customer Center. It's intended to be used as a full screen composable so make sure to use it with a `fillMaxSize` modifier: |
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.
There's a `CustomerCenter` composable that can be used to display the Customer Center. It's intended to be used as a full screen composable so make sure to use it with a `fillMaxSize` modifier: | |
The `CustomerCenter` composable is designed to display the Customer Center as a full-screen view. To ensure proper layout, use the fillMaxSize modifier: | |
`` |
|
||
## Setting up promotional offers | ||
|
||
Unique promotional offers can be assigned to different paths and survey responses in the Customer Center, but first they must be setup in App Store Connect and Google Play Console. |
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.
Unique promotional offers can be assigned to different paths and survey responses in the Customer Center, but first they must be setup in App Store Connect and Google Play Console. | |
Unique promotional offers can be triggered based on user actions within the Customer Center. Before configuring them, set up the offers in Google Play Console. |
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.
looking great so far!
docs/tools/customer-center.mdx
Outdated
|
||
To use Customer Center, simply: | ||
|
||
1. [Install the RevenueCat UI SDK](/tools/customer-center/customer-center-installation) |
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.
do we still want to mention version numbers? It will get increasingly long over time as we add the hybrids, but still might be worth it
:::info Android support | ||
Customer Center is now available on Android! [Learn more about integrating Customer Center on Android here.](/tools/customer-center/customer-center-integration-android) | ||
::: |
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.
feels like we can skip this, sounds more like an announcement rather than permanent docs
Adds Android details to Customer Center documentation.