From 755319f3da533b020fea58b5c527a8ca9cc56fc8 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Fri, 14 Feb 2025 18:34:58 +0100 Subject: [PATCH 1/2] add warning about installation --- .../customer-center/customer-center-integration-android.mdx | 4 ++++ docs/tools/customer-center/customer-center-integration.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/tools/customer-center/customer-center-integration-android.mdx b/docs/tools/customer-center/customer-center-integration-android.mdx index acea5406..9eb59748 100644 --- a/docs/tools/customer-center/customer-center-integration-android.mdx +++ b/docs/tools/customer-center/customer-center-integration-android.mdx @@ -20,6 +20,10 @@ There are only two steps to integrate Customer Center in your app: ## Integration +:::warning +Before integrating the Customer Center in Android, you need to add the RevenueCatUI SDK 8.12.0 or higher to your app. Follow the [RevenueCatUI installation guide](/tools/customer-center/customer-center-installation#native-android-installation) for more information. +::: + 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: import usageViewKotlin from "!!raw-loader!@site/code_blocks/tools/customer-center-usage-1.kt"; diff --git a/docs/tools/customer-center/customer-center-integration.mdx b/docs/tools/customer-center/customer-center-integration.mdx index 3a2ff537..a36ab410 100644 --- a/docs/tools/customer-center/customer-center-integration.mdx +++ b/docs/tools/customer-center/customer-center-integration.mdx @@ -20,6 +20,10 @@ There are only two steps to integrate Customer Center in your app: ## Integration +:::warning +Before integrating the Customer Center in iOS, you need to add the RevenueCatUI SDK 5.14.0 or higher to your app. Follow the [RevenueCatUI installation guide](/tools/customer-center/customer-center-installation#native-ios-installation) for more information. +::: + You can use the `CustomerCenterView` directly: import usageView from "!!raw-loader!@site/code_blocks/tools/customer-center-usage-1.swift"; From dc446cbb68ea893d69076b94e1cf1a5c14bb13c1 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Fri, 14 Feb 2025 19:28:38 +0100 Subject: [PATCH 2/2] be more specific and also add note on promotional offers time --- .../customer-center/customer-center-integration-android.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/tools/customer-center/customer-center-integration-android.mdx b/docs/tools/customer-center/customer-center-integration-android.mdx index 9eb59748..70713213 100644 --- a/docs/tools/customer-center/customer-center-integration-android.mdx +++ b/docs/tools/customer-center/customer-center-integration-android.mdx @@ -21,7 +21,7 @@ There are only two steps to integrate Customer Center in your app: ## Integration :::warning -Before integrating the Customer Center in Android, you need to add the RevenueCatUI SDK 8.12.0 or higher to your app. Follow the [RevenueCatUI installation guide](/tools/customer-center/customer-center-installation#native-android-installation) for more information. +Before integrating the Customer Center in Android, you need to add the com.revenuecat.purchases:purchases-ui SDK 8.12.0 or higher to your app. Follow the [RevenueCatUI installation guide](/tools/customer-center/customer-center-installation#native-android-installation) for more information. ::: 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: @@ -52,6 +52,10 @@ Don't forget to add the tag `rc-customer-center` to the offer so that the offer ### Required promotional offers +:::warning Offer changes are not reflected immediately +Offer changes in Google Play Console are not reflected immediately on the device/emulator. It can take up to 24 hours for the offer changes to be reported by the Play Store on the device/emulator. Cleaning the cache of the Play Store app on the device/emulator can help speed up the process. +::: + :::warning Offers must be created in Google Play Console You need to add the store specific promotional offer ids you want to use for each of your products in the Offers tab of the Customer Center settings. Otherwise, the promotional offer will not be shown to customers. :::