Skip to content

Remove experimental annotation from trackCustomPaywallImpression#3241

Merged
rickvdl merged 2 commits into
mainfrom
rickvdl/track-custom-paywall-impression-remove-experimental-annotation
Mar 16, 2026
Merged

Remove experimental annotation from trackCustomPaywallImpression#3241
rickvdl merged 2 commits into
mainfrom
rickvdl/track-custom-paywall-impression-remove-experimental-annotation

Conversation

@rickvdl

@rickvdl rickvdl commented Mar 16, 2026

Copy link
Copy Markdown
Member

Summary

  • Removes @ExperimentalPreviewRevenueCatPurchasesAPI from CustomPaywallImpressionParams and trackCustomPaywallImpression

Related iOS PR: RevenueCat/purchases-ios#6456


Note

Low Risk
Low risk: this only changes public API annotations/signatures for trackCustomPaywallImpression/CustomPaywallImpressionParams without 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 @ExperimentalPreviewRevenueCatPurchasesAPI from Purchases.trackCustomPaywallImpression(...) and CustomPaywallImpressionParams.

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.

@rickvdl rickvdl marked this pull request as ready for review March 16, 2026 11:12
@rickvdl rickvdl requested review from a team as code owners March 16, 2026 11:12
Base automatically changed from rickvdl/add-offering-id-to-custom-paywall-impression-event to main March 16, 2026 11:26
@codecov

codecov Bot commented Mar 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.40%. Comparing base (27ebb7b) to head (ba6bf0e).
⚠️ Report is 7 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rickvdl rickvdl force-pushed the rickvdl/track-custom-paywall-impression-remove-experimental-annotation branch from bda6e0e to ba6bf0e Compare March 16, 2026 11:48
@rickvdl rickvdl added this pull request to the merge queue Mar 16, 2026
Merged via the queue into main with commit 0700176 Mar 16, 2026
29 checks passed
@rickvdl rickvdl deleted the rickvdl/track-custom-paywall-impression-remove-experimental-annotation branch March 16, 2026 17:07
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants