-
Notifications
You must be signed in to change notification settings - Fork 82
Show a subscribe button in customer center when there are no subscriptions #2596
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
examples/paywall-tester/src/main/java/com/revenuecat/paywallstester/Constants.kt
Outdated
Show resolved
Hide resolved
…ester/Constants.kt
examples/paywall-tester/src/main/java/com/revenuecat/paywallstester/Constants.kt
Outdated
Show resolved
Hide resolved
62413bb
to
9c00699
Compare
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.
Nothing major. Just those imports and the "Subscribe" text, but that's a concern in iOS as well
examples/paywall-tester/src/main/java/com/revenuecat/paywallstester/Constants.kt
Outdated
Show resolved
Hide resolved
purchases/src/main/kotlin/com/revenuecat/purchases/customercenter/CustomerCenterConfigData.kt
Outdated
Show resolved
Hide resolved
purchases/src/test/java/com/revenuecat/purchases/customercenter/ScreenOfferingExtensionsTest.kt
Outdated
Show resolved
Hide resolved
.../com/revenuecat/purchases/ui/revenuecatui/customercenter/views/NoActiveUserManagementView.kt
Outdated
Show resolved
Hide resolved
…age name 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…ndroid into feat/show-paywall
…age name - Add Offering import to NoActiveUserManagementView.kt and CustomerCenterViewModel.kt - Replace 'com.revenuecat.purchases.Offering' with 'Offering' in parameter types 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
01bd726
to
36ef0e7
Compare
05e7c4e
to
3cdd0af
Compare
09e37c8
to
69b284d
Compare
69b284d
to
35381a5
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2596 +/- ##
==========================================
+ Coverage 78.30% 78.31% +0.01%
==========================================
Files 299 300 +1
Lines 11102 11125 +23
Branches 1547 1551 +4
==========================================
+ Hits 8693 8713 +20
- Misses 1730 1732 +2
- Partials 679 680 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
**This is an automatic release.** ## RevenueCat SDK ### 📦 Dependency Updates * [RENOVATE] Update dependency gradle to v9 (#2589) via RevenueCat Git Bot (@RCGitBot) ## RevenueCatUI SDK ### Customer Center #### ✨ New Features * Show a subscribe button in customer center when there are no subscriptions (#2596) via Facundo Menzella (@facumenzella) #### 🐞 Bugfixes * Fix title and price of non-Google purchases in Customer Center (#2576) via Cesar de la Vega (@vegaro) ### 🔄 Other Changes * [AUTOMATIC][Paywalls V2] Updates paywall-preview-resources submodule (#2598) via RevenueCat Git Bot (@RCGitBot) * Add alias users backend call (#2594) via Toni Rico (@tonidero) * Rename TestStore to SimulatedStore (#2591) via Toni Rico (@tonidero) * Fail configure call if using test api key in release builds (#2590) via Toni Rico (@tonidero) * Support test store (#2554) via Toni Rico (@tonidero) * Fix insets in Paywall Tester (#2584) via Cesar de la Vega (@vegaro) * Add 8.22.1 to CHANGELOG (#2582) via Toni Rico (@tonidero) * Add warning on V9 CHANGELOG (#2586) via Toni Rico (@tonidero) * Change metalava job to diff dump generated dump files (#2585) via Toni Rico (@tonidero) Co-authored-by: revenuecat-ops <ops@revenuecat.com>
…tions (#2596) ### Motivation We want to show a subscribe button whenever there's an empty state. This is configurable from the dashboard. ### Description - Add subscribe button - Integrate `ScreenOffering` --------- Co-authored-by: Claude <noreply@anthropic.com>
Motivation
We want to show a subscribe button whenever there's an empty state. This is configurable from the dashboard.
Description
ScreenOffering