feat(admob): demonstrate rewarded interstitial ads - #4045
Merged
Conversation
📸 Snapshot Test621 unchanged
🛸 Powered by Emerge Tools |
polmiro
force-pushed
the
next-gen-admob-sample
branch
2 times, most recently
from
August 26, 2026 14:45
cdb50a5 to
20b5362
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
August 26, 2026 15:05
20b5362 to
990a891
Compare
polmiro
changed the base branch from
next-gen-admob-sdk
to
next-gen-admob-sample-rewarded
August 26, 2026 15:07
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
August 26, 2026 15:08
990a891 to
8b099b4
Compare
This was referenced Aug 26, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next-gen-admob-sample-rewarded #4045 +/- ##
===============================================================
Coverage 83.19% 83.19%
===============================================================
Files 448 448
Lines 18098 18098
Branches 2736 2736
===============================================================
Hits 15057 15057
Misses 2147 2147
Partials 894 894 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
polmiro
force-pushed
the
next-gen-admob-sample
branch
2 times, most recently
from
August 27, 2026 08:53
05bc158 to
1a6074b
Compare
polmiro
marked this pull request as ready for review
August 27, 2026 08:58
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
August 28, 2026 07:59
1a6074b to
f08943a
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
August 28, 2026 08:08
f08943a to
131f16e
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
2 times, most recently
from
September 1, 2026 08:12
f1a6f10 to
df9d462
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
September 1, 2026 08:34
df9d462 to
fa1bddc
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
September 1, 2026 08:46
fa1bddc to
e093112
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
September 1, 2026 09:28
e093112 to
d649f56
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
September 1, 2026 09:39
d649f56 to
2413128
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
September 1, 2026 09:48
2413128 to
21c8562
Compare
polmiro
force-pushed
the
next-gen-admob-sample
branch
from
September 1, 2026 11:04
123cd13 to
44b412b
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
Completes the Google Mobile Ads Next-Gen example app with rewarded-interstitial support and regression coverage:
Screenshots
Note
Low Risk
Changes are limited to the example app, documentation, and unit tests; no production adapter behavior is modified in this diff.
Overview
Finishes the AdMob Next-Gen sample app by replacing the rewarded-interstitial placeholder with a real screen and documenting how to run and validate every format.
Rewarded UI is refactored into a shared generic
RewardedAdScreenused by both Rewarded and Rewarded interstitial. Each wires RevenueCat direct load, preload/poll, and show with format-specific placements, plus an optional RevenueCat reward verification toggle (applied at load/poll time).Docs cross-link the sample and adapter READMEs and add guidance on direct vs preloaded flows, dashboard event checks, native test inventory caveats, and main-thread handling for SDK callbacks.
Tests: new
PlacementOverrideTestcoversapplyPlacementOverrideon tracking callbacks (update, clear, ignore non-tracking wrappers).Reviewed by Cursor Bugbot for commit 44b412b. Bugbot is set up for automated code reviews on this repo. Configure here.