You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,19 +50,19 @@ Cat Paywalls KMP is built using the [RevenueCat SDK for Kotlin Multiplatform](ht
50
50
51
51
## 💻 [Codelab](https://revenuecat.github.io/)
52
52
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:
54
54
- Properly configure products on Google Play.
55
55
- Set up the RevenueCat dashboard and connect it to your Google Play products.
56
56
- Understanding Product, Offering, Package, and Entitlement.
57
57
- 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).
58
58
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)
60
60
- Properly configure products on App Store Connect.
61
61
- Set up the RevenueCat dashboard and connect it to your App Store products.
62
62
- Understanding Product, Offering, Package, and Entitlement.
63
63
- Create paywalls using the Paywall Editor.
64
64
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:
66
66
- Integrate the Android KMP SDK into your project
67
67
- Implement in-app purchases in your Android application
68
68
- 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
72
72
73
73
You can build this project with the few steps below:
74
74
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).
76
76
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.
77
77
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.
78
78
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