Skip to content

Commit ec7a39b

Browse files
committed
Update Codelabs links
1 parent 801884d commit ec7a39b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ Cat Paywalls KMP is built using the [RevenueCat SDK for Kotlin Multiplatform](ht
5050

5151
## 💻 [Codelab](https://revenuecat.github.io/)
5252

53-
1. [RevenueCat Google Play Integration](https://revenuecat.github.io/codelab/google-play/codelab-1-google-play-integration/index.html#0): In this codelab, you'll learn how to:
53+
1. [RevenueCat Google Play Integration](https://revenuecat.github.io/codelabs/google-play.html#0): In this codelab, you'll learn how to:
5454
- Properly configure products on Google Play.
5555
- Set up the RevenueCat dashboard and connect it to your Google Play products.
5656
- Understanding Product, Offering, Package, and Entitlement.
5757
- Create paywalls using the [Paywall Editor](https://www.revenuecat.com/docs/tools/paywalls/creating-paywalls#using-the-editor?utm_medium=organic&utm_source=github&utm_campaign=advocate).
5858

59-
2. [RevenueCat App Store Integration](https://revenuecat.github.io/codelab/app-store/app-store/index.html#0)
59+
2. [RevenueCat App Store Integration](https://revenuecat.github.io/codelabs/app-store/index.html)
6060
- Properly configure products on App Store Connect.
6161
- Set up the RevenueCat dashboard and connect it to your App Store products.
6262
- Understanding Product, Offering, Package, and Entitlement.
6363
- Create paywalls using the Paywall Editor.
6464

65-
3. [Kotlin Multiplatform Purchases & Paywalls Overview](https://revenuecat.github.io/codelab/kmp/codelab-3-kmp-sdk/index.html#0): In this codelab, you will:
65+
3. [Kotlin Multiplatform Purchases & Paywalls Overview](https://revenuecat.github.io/codelabs/kmp.html#1): In this codelab, you will:
6666
- Integrate the Android KMP SDK into your project
6767
- Implement in-app purchases in your Android application
6868
- Learn how to distinguish between paying and non-paying users
@@ -72,7 +72,7 @@ Cat Paywalls KMP is built using the [RevenueCat SDK for Kotlin Multiplatform](ht
7272

7373
You can build this project with the few steps below:
7474

75-
1. Configure your RevenueCat dashboard following [RevenueCat Google Play Integration codelab](https://revenuecat.github.io/codelab/google-play/codelab-1-google-play-integration/index.html#0), and [RevenueCat App Store Integration codelab](https://revenuecat.github.io/codelab/app-store/app-store/index.html#0).
75+
1. Configure your RevenueCat dashboard following [RevenueCat Google Play Integration codelab](https://revenuecat.github.io/codelabs/google-play.html#0), and [RevenueCat App Store Integration codelab](https://revenuecat.github.io/codelabs/app-store/index.html).
7676
2. In RevenueCat dashboard, go to the "API Keys" menu on the left side, and copy the SDK API keys for Play Store and App Store.
7777
3. Put your Play Store API key to the [Application class](https://github.com/revenuecat/cat-paywalls-kmp/blob/main/composeApp/src/androidMain/kotlin/com/revenuecat/catpaywalls/CatArticlesApplication.kt#L36) for Android, and [iosApp](https://github.com/revenuecat/cat-paywalls-kmp/blob/main/iosApp/iosApp/iosAppApp.swift#L9) for iOS.
7878
4. Replace the [applicationId](https://github.com/revenuecat/cat-paywalls-kmp/blob/main/composeApp/build.gradle.kts#L113) for your Google Play package name, configured on your ReveneuCat dasboard. For iOS, change the [product bundle id](https://github.com/revenuecat/cat-paywalls-kmp/blob/main/iosApp/iosApp.xcodeproj/project.pbxproj#L368) and [here](https://github.com/advocacies/cat-paywalls-kmp/blob/main/iosApp/iosApp.xcodeproj/project.pbxproj#L391) with your App Bundle ID.

0 commit comments

Comments
 (0)