[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.53.0#1692
Merged
Conversation
Exposes a new `onPromotionalOfferSuccess` callback on `CustomerCenterView` and `presentCustomerCenter` so apps can be notified when a promotional retention offer is successfully redeemed in the Customer Center. - Add `CustomerCenterPromotionalOfferSuccess` typedef - Wire callback through Dart method handler, widget, and RevenueCatUI class - Implement iOS delegate method (`customerCenterViewControllerDidSucceedWithPromotionalOffer`) - Add unit test and API tester coverage Note: Android native SDK does not yet expose this callback, so it is iOS-only for now. Depends on: RevenueCat/purchases-hybrid-common#1527 Made-with: Cursor
Implements `onPromotionalOfferSuccessWrapper` in the Android `CustomerCenterView` to forward the callback to Flutter via method channel. Also removes iOS-only platform notes from docs since both platforms now support this callback. Made-with: Cursor
Provide CustomerInfo, StoreTransaction, and offer ID when a promotional offer is successfully redeemed in the Customer Center. Removes the unreleased void onPromotionalOfferSuccess callback. Made-with: Cursor
facumenzella
pushed a commit
that referenced
this pull request
Mar 23, 2026
**This is an automatic release.** ## RevenueCat SDK ### 🐞 Bugfixes * [PW-148] Add PaywallPresentationConfiguration for per-platform presentation style (#1623) via Facundo Menzella (@facumenzella) ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.53.0 (#1692) via RevenueCat Git Bot (@RCGitBot) * [Android 9.27.0](https://github.com/RevenueCat/purchases-android/releases/tag/9.27.0) * [iOS 5.66.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.66.0) ## RevenueCatUI SDK ### 🐞 Bugfixes * [PW-149] Fix PaywallView landscape issue (#1631) via Facundo Menzella (@facumenzella) ### 🔄 Other Changes * Bump json from 2.18.1 to 2.19.2 (#1691) via dependabot[bot] (@dependabot[bot]) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily a versioned release bump across metadata/changelogs with no functional code changes beyond updating reported plugin version strings and dependency versions. > > **Overview** > Bumps the Flutter Purchases and Purchases UI plugins to **`9.15.1`** across `pubspec.yaml`, Gradle, CocoaPods specs, and the runtime-reported plugin version constants (Android/iOS/Web). > > Updates release documentation (`CHANGELOG.md`, `CHANGELOG-LATEST.md`, `VERSIONS.md`) to record the included bugfixes and dependency changes, including `purchases-hybrid-common` **`17.53.0`** (Android `9.27.0`, iOS `5.66.0`) and a `json` dependency bump. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 59eaab9. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
This is an automatic bump.
Updates purchases-hybrid-common to 17.53.0
Note
Medium Risk
Updates the underlying
purchases-hybrid-common/UI dependency across Android/iOS/macOS/web and wires a new Customer Center callback through the Flutter method-channel layer, which could impact purchase/Customer Center event handling if payloads or method names mismatch.Overview
Bumps
PurchasesHybridCommon/PurchasesHybridCommonUIfrom17.52.0to17.53.0across Android Gradle, CocoaPods, SwiftPM, and the web hybrid mappings URL.Adds a new Customer Center event
onPromotionalOfferSucceededend-to-end: native Android/iOS emit the method-channel event withcustomerInfo,transaction, andofferId, and Flutter exposes it viaRevenueCatUI.presentCustomerCenter(...)andCustomerCenterView, including argument parsing and a new unit test/API tester coverage.Written by Cursor Bugbot for commit d9ccb8c. This will update automatically on new commits. Configure here.