feat(admob): demonstrate rewarded ads and diagnostics - #4098
Merged
polmiro merged 3 commits intoSep 1, 2026
Conversation
This was referenced Aug 26, 2026
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
2 times, most recently
from
August 27, 2026 08:53
59b6ce1 to
3534382
Compare
polmiro
marked this pull request as ready for review
August 27, 2026 08:59
📸 Snapshot Test621 unchanged
🛸 Powered by Emerge Tools |
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
August 28, 2026 07:59
3534382 to
467e0e9
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
2 times, most recently
from
August 28, 2026 12:20
3dc9268 to
ead0c48
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
September 1, 2026 08:12
ead0c48 to
9cf4858
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
September 1, 2026 08:34
9cf4858 to
d14d1f0
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
September 1, 2026 08:46
d14d1f0 to
6f1e3df
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
September 1, 2026 09:28
6f1e3df to
8b45f51
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
September 1, 2026 09:39
8b45f51 to
52bc6fb
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
September 1, 2026 09:48
52bc6fb to
439312c
Compare
polmiro
force-pushed
the
next-gen-admob-sample-rewarded
branch
from
September 1, 2026 11:03
439312c to
d3604f1
Compare
AlvaroBrey
approved these changes
Sep 1, 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
Expands the Google Mobile Ads Next-Gen example app with rewarded-ad and diagnostics workflows:
Screenshots
Note
Low Risk
Example-app UI only; no SDK or production code changes.
Overview
Replaces placeholder routes in the AdMob Next-Gen sample with Rewarded and Diagnostics screens wired through
SampleUi.Rewarded adds the same direct-vs-preloaded flow as other formats: load/show via
loadAndTrackRewardedAd, preloaderstartAndTrack/pollAndTrackAd, and a toggle to enable RevenueCat reward verification on load/poll (verification vs Google’sOnUserEarnedRewardListenerat show time).Diagnostics deliberately uses an invalid interstitial ad unit to trigger expected load failures and surface RevenueCat failed-to-load tracking for both direct load and interstitial preloading.
Reviewed by Cursor Bugbot for commit d3604f1. Bugbot is set up for automated code reviews on this repo. Configure here.