Rename TestStore to SimulatedStore#2591
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2591 +/- ##
==========================================
- Coverage 78.28% 78.28% -0.01%
==========================================
Files 299 299
Lines 11052 11059 +7
Branches 1537 1541 +4
==========================================
+ Hits 8652 8657 +5
+ Misses 1727 1726 -1
- Partials 673 676 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JayShortway
left a comment
There was a problem hiding this comment.
Good stuff! Just a few minor suggestions.
| const val SIMULATED_STORE_API_KEY = "Using a Simulated Store API key.\n" + | ||
| "The Simulated Store is for development only. Never use a Simulated Store API key in production. " + | ||
| "Our SDK will crash if using it in production. Simulated Store purchases are simulated, " + | ||
| "do not use Google Play or Amazon store, and generate no revenue. " + | ||
| "Apps submitted with a Simulated Store API key will be rejected during App Review." |
There was a problem hiding this comment.
This message should probably still use the Test Store name, as it is "public communication"?
| const val RESTORE_PURCHASES_TEST_STORE = "Restoring purchases not available in test store. " + | ||
| const val RESTORE_PURCHASES_SIMULATED_STORE = "Restoring purchases not available in simulated store. " + | ||
| "Returning current CustomerInfo." | ||
| const val SYNC_PURCHASES_TEST_STORE = "Syncing purchases not available in test store. " + | ||
| const val SYNC_PURCHASES_SIMULATED_STORE = "Syncing purchases not available in simulated store. " + |
There was a problem hiding this comment.
Same here, these messages should still use "Test Store" I think?
ajpallares
left a comment
There was a problem hiding this comment.
Looking great!
We just need to know the final public-facing name of the Store for the log messages before merging, as it's not clear to me either if we're going public with Test Store or Simulated Store
|
Going to merge this for now, but lmk if you think there are any other changes you would like to consider! |
**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>
Rename to conform with new internal naming.
Description
Rename to conform with new internal naming.