-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
361 additions
and
261 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -22,56 +22,11 @@ Within the SDKs, Customer Center is available on the following platforms: | |
- ❌ watchOS | ||
- ❌ visionOS | ||
|
||
## Native iOS Installation | ||
#### Installation | ||
|
||
[](https://github.com/RevenueCat/purchases-ios/releases) | ||
Follow instructions on how to install the SDK in your particular platform: | ||
|
||
### Using SPM: | ||
|
||
#### If you already have `RevenueCat` in your project: | ||
|
||
1. Open your project settings and select "Package Dependencies": | ||
|
||
 | ||
|
||
2. Double-click and make sure version is at least `5.14.0`: | ||
|
||
 | ||
|
||
3. Open your target settings and find "Frameworks, Libraries, and Embedded Content": | ||
|
||
 | ||
|
||
4. Add `RevenueCatUI`: | ||
|
||
 | ||
|
||
#### First time integrating the RevenueCat SDK: | ||
|
||
1. Click File -> Add Packages... | ||
|
||
2. Search for `[email protected]:RevenueCat/purchases-ios.git` and make sure version is at least `5.14.0`: | ||
|
||
 | ||
|
||
3. Add `RevenueCat` and `RevenueCatUI` SPM dependency to your project: | ||
|
||
 | ||
|
||
### Using CocoaPods: | ||
|
||
Add the following to your `Podfile`: | ||
```ruby | ||
pod 'RevenueCat' | ||
pod 'RevenueCatUI' | ||
``` | ||
|
||
## Native Android Installation | ||
|
||
[](https://github.com/RevenueCat/purchases-android/releases) | ||
|
||
1. Add `RevenueCatUI`: | ||
```groovy build.gradle | ||
implementation 'com.revenuecat.purchases:purchases:<latest version>' | ||
implementation 'com.revenuecat.purchases:purchases-ui:<latest version>' | ||
``` | ||
- [Native iOS](/tools/customer-center/customer-center-integration#installation) | ||
- [Native Android](/tools/customer-center/customer-center-integration-android#installation) | ||
- [Flutter](/tools/customer-center/customer-center-flutter#installation) | ||
- [React Native](/tools/customer-center/customer-center-react-native#installation) |
This file contains 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.