-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add DEFERRED
replacement mode
#1751
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1751 +/- ##
==========================================
- Coverage 83.32% 83.31% -0.01%
==========================================
Files 222 222
Lines 7550 7553 +3
Branches 1060 1060
==========================================
+ Hits 6291 6293 +2
- Misses 845 846 +1
Partials 414 414 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
### Description Followup to #1751. We were not calling the callbacks on DEFERRED purchases. This fixes that so DEFERRED purchases work correctly
### Description Followup to #1751. We were not calling the callbacks on DEFERRED purchases. This fixes that so DEFERRED purchases work correctly
**This is an automatic release.** ### New Features * Add `DEFERRED` replacement mode (#1751) via Toni Rico (@tonidero) ### Bugfixes * Use correct product context with `DEFERRED` purchases (#1766) via Toni Rico (@tonidero) * Call callbacks on `DEFERRED` purchases (#1764) via Toni Rico (@tonidero) ### Dependency Updates * Bump fastlane from 2.221.0 to 2.221.1 (#1758) via dependabot[bot] (@dependabot[bot]) ### Other Changes * Adds .aiexclude (#1762) via JayShortway (@JayShortway) Co-authored-by: revenuecat-ops <[email protected]>
Description
Deferred replacement mode was removed in V7 of the SDK. This brings it back.