From 205bd91afd4487a3e557b2a462c41c830071846d Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Mon, 24 Jul 2023 20:15:22 +0200 Subject: [PATCH] Update examples/CustomEntitlementComputationSample/README.md Co-authored-by: Andy Boedo --- examples/CustomEntitlementComputationSample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CustomEntitlementComputationSample/README.md b/examples/CustomEntitlementComputationSample/README.md index 75d6dd5fe..87812ef30 100644 --- a/examples/CustomEntitlementComputationSample/README.md +++ b/examples/CustomEntitlementComputationSample/README.md @@ -20,7 +20,7 @@ To use the app, you should do the following: - Configure your app in the [RevenueCat dashboard](https://app.revenuecat.com/). No special configuration is needed, but you should contact RevenueCat support before enabling this mode to ensure that it's the right one for your app. It's highly recommended to set Transfer Behavior to "Keep with original App User ID" in the RevenueCat Dashboard. - Update the API key in `Constants.kt`. You can update the default `appUserID` there too, although apps in this mode should -always be calling configure only when the appUserID is already known. +always be calling configure only when the `appUserID` is already known. - Update the `applicationId` in `defaultConfig` of the app-level build.gradle to match your RevenueCat app configuration. - Have at least one Offering with at least one Package configured for Android, since this is the one that the purchase button will use.