Skip to content
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

Merged
merged 10 commits into from
Feb 14, 2025
Merged

Customer Center Android support #645

merged 10 commits into from
Feb 14, 2025

Conversation

vegaro
Copy link
Contributor

@vegaro vegaro commented Feb 13, 2025

Adds Android details to Customer Center documentation.

Copy link

Preview this PR here: https://dev-docs.revenuecat.com/pr-645/

@vegaro vegaro marked this pull request as ready for review February 13, 2025 17:13
@vegaro vegaro requested a review from a team as a code owner February 13, 2025 17:13
@vegaro vegaro requested a review from facumenzella February 13, 2025 17:13
@@ -1,6 +1,6 @@
---
title: Implement Customer Center
sidebar_label: Implementation
title: Integrating Customer Center on iOS

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

Comment on lines 23 to 25
:::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)
:::

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?

Copy link
Member

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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Member

@aboedo aboedo left a 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!


To use Customer Center, simply:

1. [Install the RevenueCat UI SDK](/tools/customer-center/customer-center-installation)
Copy link
Member

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

docs/tools/customer-center.mdx Outdated Show resolved Hide resolved
Comment on lines 23 to 25
:::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)
:::
Copy link
Member

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

docs/tools/customer-center.mdx Show resolved Hide resolved
@vegaro vegaro merged commit e0d9dc7 into main Feb 14, 2025
4 checks passed
@vegaro vegaro deleted the cc-336-update-docs branch February 14, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants