Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom entitlements: add README and other improvements #1167

Merged
merged 26 commits into from
Jul 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6002092
remove amazon, actually use custom entitlements mode
aboedo Jul 21, 2023
339223c
removed trusted entitlements from this mode
aboedo Jul 21, 2023
0e843f1
more updates to readme
aboedo Jul 21, 2023
6825799
made things internal instead of removing them
aboedo Jul 21, 2023
3573b01
removed trusted entitlements from API tests
aboedo Jul 21, 2023
ce6f417
remove unused import
aboedo Jul 21, 2023
38e2ec1
fix adding dependency README section
vegaro Jul 24, 2023
f40ebfa
update to Purchases.configureInCustomEntitlementsComputationMode
vegaro Jul 24, 2023
6b777fe
comment out includeBuild
vegaro Jul 24, 2023
226c82c
better error handling
vegaro Jul 24, 2023
883202b
update artifact id
vegaro Jul 24, 2023
f99c646
renames in readme
vegaro Jul 24, 2023
83c5a09
comment out includebuild
vegaro Jul 24, 2023
3865342
update screenshot
vegaro Jul 24, 2023
ff0ae38
update PurchasesErrorCode.ProductAlreadyPurchasedError message
vegaro Jul 24, 2023
2c231e2
updates padding so column doesn't change with
vegaro Jul 24, 2023
e50c7dc
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
bd54564
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
86b7ab6
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
d2fe571
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
36ea52a
rename screenshot
vegaro Jul 24, 2023
2d2a10e
update description of Purchases.sharedInstance.updatedCustomerInfoLis…
vegaro Jul 24, 2023
cb2e4c4
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
240bb4b
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
5468bc2
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
205bd91
Update examples/CustomEntitlementComputationSample/README.md
vegaro Jul 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update examples/CustomEntitlementComputationSample/README.md
Co-authored-by: Andy Boedo <andresboedo@gmail.com>
  • Loading branch information
vegaro and aboedo authored Jul 24, 2023
commit cb2e4c43697a2896f53ab60e8f8c707d89ed644a
2 changes: 1 addition & 1 deletion examples/CustomEntitlementComputationSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The SDK should only be configured once the initial appUserID is known.
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
- 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.
- 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