---
id: "tools/customer-center/customer-center-installation"
title: "Installing the SDK"
description: "Customer Center is included as part of the RevenueCatUI package in the RevenueCat SDK. You'll need to install the RevenueCatUI package in your project to use it."
permalink: "/docs/tools/customer-center/customer-center-installation"
slug: "customer-center-installation"
version: "current"
original_source: "docs/tools/customer-center/customer-center-installation.mdx"
---

> **AI agents:** This is the Markdown version of a RevenueCat documentation page. For the complete documentation index, see [llms.txt](https://www.revenuecat.com/docs/llms.txt).

Customer Center is included as part of the RevenueCatUI package in the RevenueCat SDK. You'll need to install the RevenueCatUI package in your project to use it.

#### Supported SDK versions

| Platform | Package | Required Version |
| --- | --- | --- |
| Native iOS | `RevenueCatUI` | 5.14.0 and higher |
| Native Android | `com.revenuecat.purchases:purchases-ui` | 8.12.2 and higher |
| React Native | `react-native-purchases-ui` | 8.7.0 and higher |
| Flutter | `purchases_ui_flutter` | 8.6.0 and higher |
| Kotlin Multiplatform | `com.revenuecat.purchases:purchases-kmp-ui` | 1.7.0 and higher |
| Capacitor | `@revenuecat/purchases-capacitor-ui` | 10.3.1 and higher |
| Unity | `com.revenuecat.purchases-ui-unity` | 8.4.0 and higher |

Within the SDKs, Customer Center is available on the following platforms:

- ✅ iOS 15.0 and higher
- ✅ Mac Catalyst 15.0 and higher
- ✅ Android 7.0 (API level 24)
- ❌ macOS
- ❌ tvOS
- ❌ watchOS
- ❌ visionOS

#### Installation

Follow instructions on how to install the SDK in your particular platform:

- [Native iOS](https://www.revenuecat.com/docs/tools/customer-center/customer-center-integration#installation)
- [Native Android](https://www.revenuecat.com/docs/tools/customer-center/customer-center-integration-android#installation)
- [Flutter](https://www.revenuecat.com/docs/tools/customer-center/customer-center-flutter#installation)
- [React Native](https://www.revenuecat.com/docs/tools/customer-center/customer-center-react-native#installation)
- [Capacitor](https://www.revenuecat.com/docs/tools/customer-center/customer-center-capacitor#installation)
- [Unity](https://www.revenuecat.com/docs/tools/customer-center/customer-center-unity#installation)
