Skip to content

Commit

Permalink
Update examples/CustomEntitlementComputationSample/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Boedo <andresboedo@gmail.com>
  • Loading branch information
vegaro and aboedo authored Jul 24, 2023
1 parent 5468bc2 commit 205bd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CustomEntitlementComputationSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 205bd91

Please sign in to comment.