Remove experimental annotation from trackCustomPaywallImpression#3241
Merged
rickvdl merged 2 commits intoMar 16, 2026
Merged
Conversation
tonidero
approved these changes
Mar 16, 2026
Base automatically changed from
rickvdl/add-offering-id-to-custom-paywall-impression-event
to
main
March 16, 2026 11:26
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3241 +/- ##
=======================================
Coverage 79.40% 79.40%
=======================================
Files 356 356
Lines 14348 14348
Branches 1959 1959
=======================================
Hits 11393 11393
Misses 2151 2151
Partials 804 804 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bda6e0e to
ba6bf0e
Compare
tonidero
pushed a commit
that referenced
this pull request
Mar 17, 2026
**This is an automatic release.** ## RevenueCatUI SDK ### Customer Center #### 🐞 Bugfixes * CC-628: Refresh Customer Center after returning from manage subscriptions (#3152) via Facundo Menzella (@facumenzella) ### 🔄 Other Changes * Remove experimental annotation from trackCustomPaywallImpression (#3241) via Rick (@rickvdl) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this is a release/version bump and documentation deployment update, with no functional code changes beyond updating the reported SDK version string. > > **Overview** > Cuts the `9.26.1` release by updating version constants across the project (Gradle `VERSION_NAME`, `.version`, `Config.frameworkVersion`) and aligning sample/test apps to depend on `9.26.1` instead of the `9.27.0-SNAPSHOT`. > > Updates release artifacts/docs metadata: CircleCI `docs-deploy` now syncs the `docs/9.26.1` directory to S3, `docs/index.html` redirects to `9.26.1`, and changelogs are rolled forward with the `9.26.1` entries. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5a7609c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
rickvdl
added a commit
to RevenueCat/purchases-hybrid-common
that referenced
this pull request
Mar 17, 2026
…on (#1559) ## Summary - Removes `@OptIn(ExperimentalPreviewRevenueCatPurchasesAPI::class)` from `trackCustomPaywallImpression` in Android's `common.kt` - iOS doesn't need changes since the `@_spi(Experimental)` import is still required for other APIs (`adTracker`) ## Dependencies - Android SDK: RevenueCat/purchases-android#3241 - iOS SDK: RevenueCat/purchases-ios#6466
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.
Summary
@ExperimentalPreviewRevenueCatPurchasesAPIfromCustomPaywallImpressionParamsandtrackCustomPaywallImpressionRelated iOS PR: RevenueCat/purchases-ios#6456
Note
Low Risk
Low risk: this only changes public API annotations/signatures for
trackCustomPaywallImpression/CustomPaywallImpressionParamswithout altering runtime behavior, but it does affect compile-time opt-in requirements for consumers.Overview
Promotes custom paywall impression tracking to a stable API by removing
@ExperimentalPreviewRevenueCatPurchasesAPIfromPurchases.trackCustomPaywallImpression(...)andCustomPaywallImpressionParams.Updates the generated API signature files so the methods/classes no longer appear as experimental in the published surface.
Written by Cursor Bugbot for commit ba6bf0e. This will update automatically on new commits. Configure here.