Release/10.0.0#3303
Merged
Merged
Conversation
Updated warning message for one-time purchase products and changed version reference from 9.0.0 to 10.0.0.
Updated warning message for one-time purchase products regarding configuration in the RevenueCat dashboard and restoration from version 10.0.0 onward.
tiinanguyen
reviewed
Apr 7, 2026
tiinanguyen
reviewed
Apr 7, 2026
Updated warning message for one-time purchase products and clarified the impact of incorrect configuration. Added details about breaking changes related to Billing Library version and minimum SDK support.
Corrected typos and improved clarity in the warning about one-time purchase products configuration.
JayShortway
approved these changes
Apr 8, 2026
ajpallares
approved these changes
Apr 8, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3303 +/- ##
=======================================
Coverage 79.20% 79.20%
=======================================
Files 352 352
Lines 14099 14099
Branches 1939 1939
=======================================
Hits 11167 11167
Misses 2136 2136
Partials 796 796 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RevenueCat SDK
Warning
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorr as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 10.0.0 onward.
Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions. Please see more information in our docs
💥 Breaking Changes
This release updates to Billing Library 8.3.0 with min SDK supported of Android 6 (API 23), previously min was 21. It also removes a previous workaround used to be able to restore consumed one time products which is not available anymore.
🔄 Other Changes
6289be1toceecf91(Bump fastlane-plugin-revenuecat_internal from6289be1toceecf91#3301) via dependabot[bot] (@dependabot[bot])5d6e93fto6289be1(Bump fastlane-plugin-revenuecat_internal from5d6e93fto6289be1#3299) via dependabot[bot] (@dependabot[bot])f11fe40to5d6e93f(Bump fastlane-plugin-revenuecat_internal fromf11fe40to5d6e93f#3294) via dependabot[bot] (@dependabot[bot])Note
Medium Risk
Primarily a release/version bump, but it ships documented breaking changes (minSdk 23 via Billing Library 8.3.0 and removal of a restore workaround) that can affect app compatibility and restore behavior.
Overview
Bumps the project from
9.30.0-SNAPSHOTto10.0.0across build metadata (.version,gradle.properties,Config.frameworkVersion) and sample/test app dependency pins.Updates release documentation: adds
10.0.0entries toCHANGELOG.md/CHANGELOG.latest.md(including a warning and breaking-change notes) and introducesmigrations/v10-MIGRATION.md.Adjusts docs publishing to serve
10.0.0by updatingdocs/index.htmlredirect and the CircleCI S3 sync path indocs-deploy.Reviewed by Cursor Bugbot for commit d18f479. Bugbot is set up for automated code reviews on this repo. Configure here.