-
Notifications
You must be signed in to change notification settings - Fork 86
Add managementURL
to SubscriptionInfo
#2468
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
Conversation
requestDate = requestDate, | ||
) | ||
|
||
@Deprecated( |
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.
@facumenzella I didn't realize I was breaking the public API so I added this
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.
Why is the initializer even public? 🤔
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.
For testing for example
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2468 +/- ##
==========================================
- Coverage 78.90% 78.72% -0.19%
==========================================
Files 289 289
Lines 10492 10519 +27
Branches 1508 1509 +1
==========================================
+ Hits 8279 8281 +2
- Misses 1566 1590 +24
- Partials 647 648 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
**This is an automatic release.** ## RevenueCat SDK ### ✨ New Features * Add `managementURL` to `SubscriptionInfo` (#2468) via Cesar de la Vega (@vegaro) ### 🐞 Bugfixes * Use subscription's managementURL instead of CustomerInfo's in Customer Center (#2473) via Cesar de la Vega (@vegaro) * Issue when loading promotional offers when products are missing base plans (#2471) via Cesar de la Vega (@vegaro) * Purchases the right package when a purchase button is inside a package component (#2469) via JayShortway (@JayShortway) * fix potential infinite loop in paywalls (#2462) via Antonio Pallares (@ajpallares) ## RevenueCatUI SDK ### Customer Center #### ✨ New Features * Support multi purchases in Customer Center (#2431) via Cesar de la Vega (@vegaro) #### 🐞 Bugfixes * Use Material TopAppBar in Customer Center (#2459) via Cesar de la Vega (@vegaro) * Redo navigation in Customer Center (#2458) via Cesar de la Vega (@vegaro) ### 🔄 Other Changes * Migrates publishing to Maven Central Portal. (#2476) via JayShortway (@JayShortway) * Introduce the Compose compiler metrics option for the ui package (#2474) via Jaewoong Eum (@skydoves) * Update workflows/issue-notifications.yml@v2 (#2475) via Josh Holtz (@joshdholtz) * Configure Renovate (#2470) via RevenueCat Git Bot (@RCGitBot) * Add GitHub Issue Action Ack (#2467) via Josh Holtz (@joshdholtz) * [AUTOMATIC][Paywalls V2] Updates paywall-preview-resources submodule (#2448) via RevenueCat Git Bot (@RCGitBot) * Improve paywall error logs (#2461) via Toni Rico (@tonidero) * [EXTERNAL] Improve logger performance with message lambdas (#2456) via @landarskiy (#2460) via JayShortway (@JayShortway) * [Paywalls] Ignores `sheet.background` property in schema (#2451) via JayShortway (@JayShortway) Co-authored-by: revenuecat-ops <ops@revenuecat.com>
Added
managementURL
to individually manage subscriptions. This offers better support for cross platform subscriptions