feat(admob): scaffold next-gen sample app - #4093
Merged
Merged
Conversation
This was referenced Aug 26, 2026
Generated by 🚫 Danger |
polmiro
force-pushed
the
next-gen-admob-sample-foundation
branch
from
August 27, 2026 08:53
22af7a3 to
a22179f
Compare
polmiro
marked this pull request as ready for review
August 27, 2026 08:58
AlvaroBrey
approved these changes
Aug 31, 2026
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
Scaffolds a focused example app for RevenueCat tracking with Google Mobile Ads Next-Gen:
Screenshots
Note
Low Risk
New isolated example module with no changes to core SDK behavior; format demos are stubs only.
Overview
Adds a new
examples/admob-next-gen-sampleCompose app and registers it insettings.gradle.kts, aimed at demonstrating RevenueCat ad-event tracking with the Google Mobile Ads Next-Gen SDK via:purchasesand:feature:admob-next-gen.The scaffold wires RevenueCat and Mobile Ads initialization in
MainApplication(with home-screen readiness state), readsREVENUECAT_API_KEYand optional AdMob IDs from rootlocal.propertiesintoBuildConfig, and provides a home screen that navigates to per-format routes (banner, interstitial, app open, rewarded, native, diagnostics). Format screens are placeholders for follow-up work; shared UI (AdScreenDirect/Preloaded chips,StatusCard,ActionRow) and a native ad layout are included for later layers. The README documents local run steps and the intended tracking coverage.Reviewed by Cursor Bugbot for commit 0e2d679. Bugbot is set up for automated code reviews on this repo. Configure here.