Redo Subtester app and fix Android emulators support#855
Merged
Conversation
6e78389 to
fd83209
Compare
tonidero
approved these changes
Mar 11, 2026
tonidero
left a comment
Contributor
There was a problem hiding this comment.
Tested it for a bit and it's looking great! Also love how the code is much better organized now and we can test on emulators 🙌
| @@ -0,0 +1,405 @@ | |||
| /* ── Reset default Unity theme ───────────────────── */ | |||
Contributor
There was a problem hiding this comment.
TIL about uss files! Nice!
tonidero
reviewed
Mar 11, 2026
…urces Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
ajpallares
pushed a commit
that referenced
this pull request
Mar 11, 2026
**This is an automatic release.** ## RevenueCat SDK ### ✨ New Features * Add PurchaseLogic support for paywall presentation when `PurchasesAreCompletedBy.MyApp` (#842) via Toni Rico (@tonidero) ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.46.1 (#854) via RevenueCat Git Bot (@RCGitBot) * [Android 9.23.1](https://github.com/RevenueCat/purchases-android/releases/tag/9.23.1) * [Android 9.23.0](https://github.com/RevenueCat/purchases-android/releases/tag/9.23.0) * [iOS 5.61.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.61.0) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.46.0 (#853) via RevenueCat Git Bot (@RCGitBot) * [Android 9.23.1](https://github.com/RevenueCat/purchases-android/releases/tag/9.23.1) * [Android 9.23.0](https://github.com/RevenueCat/purchases-android/releases/tag/9.23.0) * [iOS 5.61.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.61.0) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.44.0 (#850) via RevenueCat Git Bot (@RCGitBot) * [Android 9.23.1](https://github.com/RevenueCat/purchases-android/releases/tag/9.23.1) * [Android 9.23.0](https://github.com/RevenueCat/purchases-android/releases/tag/9.23.0) * [iOS 5.61.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.61.0) ## RevenueCatUI SDK ### ✨ New Features * Add full screen paywall presentation support (#839) via Cesar de la Vega (@vegaro) ### 🔄 Other Changes * Redo Subtester app and fix Android emulators support (#855) via Cesar de la Vega (@vegaro) * Support PaywallActivity screenOrientation manifest override (#844) via Toni Rico (@tonidero) * refactor: Use PaywallView instead of PaywallActivity on Android (#841) via Toni Rico (@tonidero) * Add API tests for Paywalls and CustomerCenter presenters (#735) via Facundo Menzella (@facumenzella) * Bump fastlane-plugin-revenuecat_internal from `f5c099b` to `e146447` (#852) via dependabot[bot] (@dependabot[bot]) * Bump fastlane-plugin-revenuecat_internal from `8cd957f` to `f5c099b` (#848) via dependabot[bot] (@dependabot[bot])
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.
Summary
Completely redesigns the Subtester app using Unity's UI Toolkit, replacing the old
PurchasesListener.cs.New architecture:
TesterApp.cs— Main entry point with tab navigation, status bar, safe area handlingScreenBase.cs— Abstract base class for feature screens with shared helpersLogConsole.cs— Collapsible, scrollable log panel replacing the old single-label outputDeepLinkListener.cs— Refactored with static events for integration with the new UITester.uss— Light theme stylesheet matching RevenueCat brand colorsAndroid fixes:
mainTemplate.gradleto Unity 6 format with**IL_CPP_BUILD_SETUP**and**DEFAULT_CONFIG_SETUP**placeholders, fixing Export Project + IL2CPP (previouslylibil2cpp.sowas missing from exports).targetSdkVersionto 35 for Android 15 compatibilitysettingsTemplate.gradlefor AGP 8.8.2 compatibilityRemoved:
PurchasesListener.cs(1464 lines) replaced by new modular screensPaywallResultHandler.csabsorbed into PaywallScreen