Interstitial Ads issue on Android 15

9,917 views
Skip to first unread message

Nikolas Spiridakis

unread,
Dec 30, 2024, 6:07:24 PM12/30/24
to Google Mobile Ads SDK Developers
Hello. Since our app now targets Android 15, we need to fix everything related to edge-to-edge which is now enabled by default. We managed to fix everything regarding that except the Admob Interstitial Ads. Since they use an activity we have no control, we couldn't fix it. The issue arises when the device has Navigation Buttons enabled instead of Gestures (the Navigation Buttons on landscape go on the right but the Gestures bar goes on the bottom which doesn't cause much of an issue) which makes the activity go behind them (due to edge-to-edge being enabled on Android 15) and thus obscure the X/Skip button (not clickable anymore). You can see the image below for reference:


We tried using interstitialAd.setImmersiveMode(true); but on this particular device this has no effect (it probably requires more SystemUI flags, not only the IMMERSIVE_MODE one). On another activity we have IMMERSIVE_MODE along with some other flags and the immersive mode works fine there (navigation bar is hidden).

So to summarize:
  • With immersive mode off the bug can't be fixed (fullscreen ads go behind the navigation bar and gesture bar if any)
  • The immersive mode doesn't work properly on all devices (doesn't hide navigation buttons on some devices)
Thanks

Mobile Ads SDK Forum Advisor

unread,
Dec 31, 2024, 12:38:00 AM12/31/24
to 1nikol...@gmail.com, google-adm...@googlegroups.com

Hi,

Thank you for contacting the Mobile Ads SDK Support team. 

Could you kindly provide the below information via reply to author option for further investigation:

  • app ID
  • ad unit ID
  • Mobile Ads SDK version

Additionally, you can check the Interstitial ad guidance, Disallowed interstitial implementations and Recommended interstitial implementations.  

This message is in relation to case "ref:!00D1U01174p.!5004Q02vGqty:ref" (ADR-00280124)

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5



Nikolas Spiridakis

unread,
Dec 31, 2024, 8:49:04 AM12/31/24
to Google Mobile Ads SDK Developers
Hello,
I sent everything requested.

I need to clarify that this is not an issue with our implementation but rather a BUG with the library. It doesn't properly support the new Android 15 edge-to-edge enforcement on Interstitial ads (where the activity is managed by the library). The issue only gets worse with devices that have Navigation Buttons enabled instead of Gestures as the Buttons on landscape appear on the right (rather than the bottom) and thus obscuring the X/Skip button of the Interstitial Ad.

Thanks

Nikolas Spiridakis

unread,
Dec 31, 2024, 9:02:03 AM12/31/24
to Google Mobile Ads SDK Developers
In addition, here are 2 pictures from the Official Android 15 emulator


Navigation Buttons enabled, obscures the X button:

2024-12-31_15-59.png


Gestures enabled, still obscures a bit from the ad (the video progress bar) but not significant:

2024-12-31_15-58.png

Mobile Ads SDK Forum Advisor

unread,
Dec 31, 2024, 1:50:02 PM12/31/24
to 1nikol...@gmail.com, google-adm...@googlegroups.com
Hi,

I have raised this issue with wider team, One of our teammates will get back to you once we have an update on this.Meanwhile your patience is appreciated.

Mobile Ads SDK Forum Advisor

unread,
Jan 6, 2025, 12:03:00 PMJan 6
to google-adm...@googlegroups.com, 1nikol...@gmail.com
Hi,

Can you confirm if the issue still persists or not ? If the issue still exists kindly provide the ad request and response of the ad where the issue exists? See how to share ad request and response in ad inspector.

Nikolas Spiridakis

unread,
Jan 6, 2025, 1:31:34 PMJan 6
to Google Mobile Ads SDK Developers
Hello. I can assure you this is not our app's issue. This happens in all Android 15 devices (ONLY on Android 15) and it is reproducible on the Official Android 15 Emulator from Android Studio. The interstitial ad opens a new activity which only the library can control and doesn't properly account the new edge-to-edge enforcement. Please read the following documentation. Thanks

Mobile Ads SDK Forum Advisor

unread,
Jan 6, 2025, 8:02:37 PMJan 6
to 1nikol...@gmail.com, google-adm...@googlegroups.com
Hi Nikolas,

I tried to reproduce the edge-to-edge issue in our sample in Android 15 multiple times and I was unable to reproduce it. For us to further investigate this thoroughly we need below details for further investigation:
    • Video recording of the issue
    • Sample project reproducing the issue

    Nikolas Spiridakis

    unread,
    Jan 6, 2025, 8:30:48 PMJan 6
    to Google Mobile Ads SDK Developers
    Sent everything privately, hope you got the message.
    Thanks

    Mobile Ads SDK Forum Advisor

    unread,
    Jan 7, 2025, 3:18:23 AMJan 7
    to 1nikol...@gmail.com, google-adm...@googlegroups.com
    Hi Nikolas,

    Thank you for providing the requested information.

    I will check this with the wider team on the edge-to-edge enforcement issue and one of my team members will reach out to you once we have an update.

    Nikolas Spiridakis

    unread,
    Jan 7, 2025, 2:07:45 PMJan 7
    to Google Mobile Ads SDK Developers
    I got your message and responded to it but in case you didn't get it:

    Your sample app targets Android 14 not Android 15 that is why you are not able to reproduce the issue.
    You need to change the targetSDK to 35 and upgrade the AGP. Then the issue is reproduced in the official emulator (when you have buttons enabled instead of gestures).

    Thank you

    Nikolas Spiridakis

    unread,
    Jan 7, 2025, 2:11:37 PMJan 7
    to Google Mobile Ads SDK Developers
    Here is how the sample app looks when targeting android 15 instead of 14 with no other change.
    The status bar is white with white text and the ad x button is hidden behind the navigation buttons.

    2025-01-07_21-08.png
    2025-01-07_21-09.png

    Liran Barsisa

    unread,
    Jan 7, 2025, 3:33:30 PMJan 7
    to Google Mobile Ads SDK Developers
    This issue seems to be exactly what I'm having with rewarded ads and even the ads-inspector, and I've written a possible workaround for this till Admob would publish an official fix:

    Mobile Ads SDK Forum Advisor

    unread,
    Jan 7, 2025, 5:01:46 PMJan 7
    to lbl...@gmail.com, google-adm...@googlegroups.com
    Hi,

    Thank you for sharing the detailed information. I have raised this issue with wider team, One of our teammates will get back to you once we have an update on this.Meanwhile your patience is appreciated.

    Liran Barsisa

    unread,
    Jan 13, 2025, 6:45:16 PMJan 13
    to Google Mobile Ads SDK Developers
    The issue seems to exist, not just for Admob full screen ads, but for others too.
    Using the same workaround I've explained seems to work, but I'm not sure if it's good...
    It's best that Admob will contact each of the ad-sources companies to tell them to make sure their full screen ads will show well on Android 15 when targeting it. 

    These are the Activities that I've found for the other ad-sources:
    • com.applovin.adview.AppLovinFullscreenActivity
    • com.chartboost.sdk.view.CBImpressionActivity
    • com.chartboost.sdk.internal.clickthrough.EmbeddedBrowserActivity
    • com.inmobi.ads.rendering.InMobiAdActivity
    • com.ironsource.sdk.controller.ControllerActivity
    • com.ironsource.sdk.controller.OpenUrlActivity
    • com.ironsource.mediationsdk.testSuite.TestSuiteActivity
    • com.vungle.ads.internal.ui.VungleActivity
    • com.mbridge.msdk.activity.MBCommonActivity
    • com.mbridge.msdk.reward.player.MBRewardVideoActivity
    • com.mbridge.msdk.newreward.player.MBRewardVideoActivity
    • com.mbridge.msdk.out.LoadingActivity
    I'm sure that the other ad-sources that I didn't use also have this issue.

    Nikolas Spiridakis

    unread,
    Jan 14, 2025, 8:05:53 AMJan 14
    to Google Mobile Ads SDK Developers
    I'd say let's focus on the main issue first and then look at the other networks

    Mobile Ads SDK Forum Advisor

    unread,
    Jan 15, 2025, 2:15:40 AMJan 15
    to 1nikol...@gmail.com, google-adm...@googlegroups.com
    Hi Nikolas,

    I will check with our team about this issue and one of my team members will reach out to you once we have an update. Meanwhile, I would appreciate your patience.

    Mobile Ads SDK Forum Advisor

    unread,
    Jan 15, 2025, 9:19:49 AMJan 15
    to 1nikol...@gmail.com, google-adm...@googlegroups.com
    Hello,

    Our Android engineering team is currently looking into this. I will follow up as soon as I have an update to share. 

     
    This message is in relation to case "ref:!00D1U01174p.!5004Q02vGqty:ref" (ADR-00280124)

    Thanks,
     
    Google Logo
    Justin Malandruccolo
    Mobile Ads SDK Team


    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5
     

     



    Zauzau Francis

    unread,
    Jan 29, 2025, 4:54:15 PMJan 29
    to Mobile Ads SDK Forum Advisor, 1nikol...@gmail.com, google-adm...@googlegroups.com

    Enoch Francis  invites you to earn money together! No investment required, everyone can withdraw money! -> https://www.freeagqstar.top/p?0129797803862207069&s=mail


    --

    ---
    You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
    To view this discussion visit https://groups.google.com/d/msgid/google-admob-ads-sdk/KuHCm000000000000000000000000000000000000000000000SPDG9O00ddgEpCgBSYWWol6vYVHoow%40sfdc.net.

    Zauzau Francis

    unread,
    Jan 30, 2025, 8:15:20 PMJan 30
    to Mobile Ads SDK Forum Advisor, 1nikol...@gmail.com, google-adm...@googlegroups.com

    https://app.getlee.co/r/0b2173eeb8 get this link earn money


    On Tue, Dec 31, 2024, 7:49 PM 'Mobile Ads SDK Forum Advisor' via Google Mobile Ads SDK Developers <google-adm...@googlegroups.com> wrote:

    Zauzau Francis

    unread,
    Jan 31, 2025, 6:17:52 AMJan 31
    to Mobile Ads SDK Forum Advisor, 1nikol...@gmail.com, google-adm...@googlegroups.com

    I have another interesting Link guys trying it https://r.honeygain.me/FZAUZ36FD8


    On Tue, Dec 31, 2024, 7:49 PM 'Mobile Ads SDK Forum Advisor' via Google Mobile Ads SDK Developers <google-adm...@googlegroups.com> wrote:

    Axita Savani

    unread,
    Feb 4, 2025, 11:12:05 AMFeb 4
    to Google Mobile Ads SDK Developers

    Any update on this issue ? 

    Mobile Ads SDK Forum Advisor

    unread,
    Feb 4, 2025, 11:16:47 AMFeb 4
    to axita.op...@gmail.com, google-adm...@googlegroups.com
    Hello,

    Thank you for your inquiry. I've reached out to the Android engineering team - nothing to share as of yet but I will follow up here as soon as I do. 
     
    This message is in relation to case "ref:!00D1U01174p.!5004Q02vGqty:ref" (ADR-00280124)

    Thanks,
     
    Google Logo
    Justin Malandruccolo
    Mobile Ads SDK Team


    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5
     

     



    Liran Barsisa

    unread,
    Feb 4, 2025, 11:27:05 AMFeb 4
    to Google Mobile Ads SDK Developers
    Please also inform all ad-sources of the mediation and of other ad-formats that are full screen. This issue seems to exist for them too.

    Zauzau Francis

    unread,
    Feb 4, 2025, 7:41:37 PMFeb 4
    to Mobile Ads SDK Forum Advisor, 1nikol...@gmail.com, google-adm...@googlegroups.com

    Can you accept my invitation so that I can get a free gift?
    Download Temu App and search the code below to accept my invitation!
    595880417


    On Tue, Dec 31, 2024, 7:49 PM 'Mobile Ads SDK Forum Advisor' via Google Mobile Ads SDK Developers <google-adm...@googlegroups.com> wrote:

    Axita Savani

    unread,
    Feb 11, 2025, 2:04:33 AMFeb 11
    to Google Mobile Ads SDK Developers
    Any update ? 

    --

    ---
    You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.

    Axita Savani

    unread,
    Feb 11, 2025, 2:04:36 AMFeb 11
    to Google Mobile Ads SDK Developers
    Any update Team? 

    Mobile Ads SDK Forum Advisor

    unread,
    Feb 12, 2025, 2:04:22 PMFeb 12
    to axita.op...@gmail.com, google-adm...@googlegroups.com
    Hello,

    The Android engineering team has accepted the issue and are looking into a solution. We will let you know if we have further steps.

     
    This message is in relation to case "ref:!00D1U01174p.!5004Q02vGqty:ref" (ADR-00280124)

    Thanks,
     
    Google Logo
    Nicholas Ventimiglia
    Mobile Ads SDK Team


    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5
     

     



    Liran Barsisa

    unread,
    Feb 12, 2025, 2:13:49 PMFeb 12
    to Google Mobile Ads SDK Developers
    Please check on all full screen ads and even the ad-inspector, and also contact the various ad-networks of Admob mediation so that they fix this issue too.

    Mobile Ads SDK Forum Advisor

    unread,
    Feb 12, 2025, 2:34:03 PMFeb 12
    to lbl...@gmail.com, google-adm...@googlegroups.com
    Hello,

    Thanks for the suggestion, I will be sure to forward this concern along.

    Rok Arnuš

    unread,
    Feb 24, 2025, 11:13:37 AMFeb 24
    to Google Mobile Ads SDK Developers
    I have also replicated this bug on Android 15 emulator and Pixel 8 device. Using the Interstitial Example
    https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/InterstitialExample

    Screenshot_20250220_125951.png

    Screenshot_20250220_125809.png
    Screenshot_20250221-124054.png

    When displaying real ads in an Flutter app with the official Google Ads Plugin some ads have their Close button completely coverer. I have reported it there, but the issue was closed as it's an Google Ads SDK issue.
    https://github.com/googleads/googleads-mobile-flutter/issues/1262

    Mobile Ads SDK Forum Advisor

    unread,
    Feb 24, 2025, 2:19:46 PMFeb 24
    to rok....@gmail.com, google-adm...@googlegroups.com
    Thanks for the update and helpful screen shots. I have passed the information along to the engineers.

    Thanks,
     
    Google Logo
    Nicholas Ventimiglia
    Mobile Ads SDK Team


    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-02-24 19:18:59Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vGqty:ref" (ADR-00280124)



    willp...@gmail.com

    unread,
    Mar 26, 2025, 8:08:26 AMMar 26
    to Google Mobile Ads SDK Developers
    Is there an update on this? I am facing the same issue

    Liran Barsisa

    unread,
    Mar 26, 2025, 9:05:15 AMMar 26
    to Google Mobile Ads SDK Developers
    I think a workaround is to set the theme to the full screen ads (and ad-inspector as both use the same Activity for some reason) ourselves.
    I use this one:
    Manifest:

    <activity
    android:name="com.google.android.gms.ads.AdActivity" android:exported="false"
    android:theme="@style/AdInspectorActivityTheme" tools:replace="android:theme" />

    theme:

    <style name="AdInspectorActivityTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
    <item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
    </style>

    Sadly this flag will be ignored when targeting Android API 36:

    Hopefully Admob will fix this issue by then, and also not reaching new bugs when presented a new Android version like here.

    Kadir GÜN

    unread,
    Mar 26, 2025, 9:41:46 AMMar 26
    to Google Mobile Ads SDK Developers
    Is there any update?

    Mobile Ads SDK Forum Advisor

    unread,
    Mar 31, 2025, 1:10:02 PMMar 31
    to gunabdu...@gmail.com, google-adm...@googlegroups.com

    Hi,

    We've received confirmation from our engineering team that the bug has been accepted and they are actively working on a resolution. While I cannot provide a precise release date at this time, our current estimate is that the fix will be implemented by the end of the second quarter.


    Thanks,
     
    Google Logo
    Nicholas Ventimiglia
    Mobile Ads SDK Team


    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-03-31 17:09:02Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vGqty:ref" (ADR-00280124)



    Oded

    unread,
    Jun 11, 2025, 9:33:27 AMJun 11
    to Google Mobile Ads SDK Developers

    I want to add to this issue that env(safe-area-inset-bottom) also does not work in interstitials (for GAM ads), so it's not solvable with CSS.
    The only time that env(safe-area-inset-bottom) is working is after refreshing the ad using devtools
    ב-יום שני, 31 במרץ 2025 בשעה 20:10:02 UTC+3, Mobile Ads SDK Forum Advisor כתב/ה:

    Diego

    unread,
    Jun 23, 2025, 7:36:32 AMJun 23
    to Google Mobile Ads SDK Developers
    We will wait for this fix to change our Apps to Android 15.

    Liran Barsisa

    unread,
    Jun 23, 2025, 8:04:49 AMJun 23
    to Google Mobile Ads SDK Developers
    Guys you are supposed to be a part of Google, be an example of how to prepare SDKs on time for Android versions.
    This issue is on Android 15, and now there is Android 16 already...
    I'm surprised you don't even have integration with Firebase Crashlytics, so that you get logs from there automatically about crashes related to Admob and fix them... When I tried to report such things to you, you ask for samples despite the fact that they aren't reproducible and only users had them...

    MK

    unread,
    Jun 23, 2025, 10:18:03 PMJun 23
    to Google Mobile Ads SDK Developers
    I truly hope we'll see a fix by end of 2nd quarter as indicated - or: by end of this week.

    I'll have to chime in on the criticism: This has been a known issue for 6 months and it touches a wide spread Google product and, as publishers, our ability to comply with Google policies and user experience. We are not talking about some UI quirk - we are talking about hidden close buttons for full screen ads!

    For us, this bug has already resulted in negative user reviews and clearly elevated click through rates on the ads (which is NOT a good thing!)

    Mobile Ads SDK Forum Advisor

    unread,
    Jun 25, 2025, 5:00:31 PMJun 25
    to google-adm...@googlegroups.com
    Hello all,

    I just want to let you know that the engineering team has been actively working on this issue. I will keep this thread updated with the latest status.

    Thanks!
     

    Thanks,
     
    Google Logo
    Joshua
    Mobile Ads SDK Team


    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-06-25 20:59:41Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vGqty:ref" (ADR-00280124)



    Erick Lee

    unread,
    Jul 4, 2025, 2:36:25 PMJul 4
    to Google Mobile Ads SDK Developers

    According to latest Google Play's policy, new apps and app updates must target Android 15 (API level 35) or higher by August 31, 2025.

    When the app targets API level 35, the close button on AdMob interstitial ads becomes invisible. This prevents users from dismissing the ad, creating a negative user experience. This behavior appears to directly violate AdMob policies, which prohibit ad implementations that are difficult for users to dismiss or that encourage accidental clicks. Adhering to this interstitial ad implementation could put our app at risk for having ad serving disabled.

    This situation creates a policy conflict:

    • To comply with the Google Play Store, we must target API 35, but doing so may force us to violate AdMob policy due to the disabled close button.

    • To comply with AdMob policy, we must ensure ads are dismissible, which seems impossible if we target API 35. This would prevent us from publishing app updates after the deadline.

    Please advise on the recommended solution that will allow us to comply with both Google Play and AdMob policies.



    Mobile Ads SDK Forum Advisor

    unread,
    Jul 4, 2025, 4:34:35 PMJul 4
    to eri...@gmail.com, google-adm...@googlegroups.com

    Hi Erick,

    Thank you for contacting the Mobile Ads SDK Support team.

    I ran the Google AdMob InterstitialExample in emulator target Android 15 (API level 35) using the latest mobile ads SDK v24.4.0 and the reported issue “invisible close button” is not replicating. Can you please confirm if the reported issue is reproducible in our Google AdMob InterstitialExample? If so, kindly share with us the below details privately so that we can check your implementation to find the root cause of the issue and may provide the solution:

    • Charles logs
    • Steps to reproduce/video recording of the issue
    • Sample project that reproduces the issue with affected app ID & ad unit ID

    You can provide the following details via reply privately to the author option or below link.

    If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:

    1. Navigate to

    https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=500Ht00001rhF6iIAE&entry.80707362=00317274

    2. Fill out all fields, and attach your file(s).

    3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-04 20:33:31Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    alexander...@gmail.com

    unread,
    Jul 5, 2025, 5:43:01 AMJul 5
    to Google Mobile Ads SDK Developers
    I tested the Google AdMob InterstitialExample. The example still targets SDK Version 34 so I changed compileSdkVersion and targetSdkVersion to 35 in build.grade (Module: app). You can see the effect in the screenshot link at the end. On SDK Version 34 (left image) the word "Test Ad" stays below the pinhole for the camera. On SDK 35 (right image) the whole ad moved up without considering the pinhole. The word "Test Ad" is alrady overlapped with the pinhole. So whether a close button is clickable or not depends on the layout of the specific ad. I saw many full sceen ads where the clsoe button was at the bottom and the lower half of the button was out of the visible area.

    I got the same message from Google Play Support that I need to update my apps to target Android 35, otherwise I will not be able to update my apps. Please understand that this issue will get many developers into big trouble because they rely on a fix for the full screen issue in order to comply with the play store and continue releasing their apps. There are only a few weeks left until the deadline. Can you prioritize the issue higher?

    Screenshot:

    MK

    unread,
    Jul 6, 2025, 10:04:51 PMJul 6
    to Google Mobile Ads SDK Developers
    Come on now! We need a fix here urgently! It is so ridiculous that this is still open!

    Leonardo Albregard Bortolotti

    unread,
    Jul 6, 2025, 10:05:10 PMJul 6
    to Google Mobile Ads SDK Developers
    Hello! I'm facing the same issue with my app.
    Just updated Mobile Ads SDK to v24.4.0 and it seems that it was not fixed. Still same bug.
    Waiting for a new update that fix it.
    Thanks!

    Andi Susilo

    unread,
    Jul 6, 2025, 10:07:17 PMJul 6
    to Google Mobile Ads SDK Developers
    Hi Google Ads Developer Support,

    The bug still exists even when using Ads SDK version 24.4.0 and building the app using targetSDKVersion 35.
    You can test building your app in release mode (not debug mode), and install the app on a real Android 15 device to get real ads (which are the same ads our users get).
    Then you will get some ads (not all ads) that will cover the close ad button and go to ad button when the device is using 3 navigation (not using swipe navigation).

    Below is an example of an ad covering the close ad button and go to ad button, I took a screenshot of it.

    Sample_Bug_Ads.jpg

    Jason.Thieu

    unread,
    Jul 7, 2025, 1:29:31 AMJul 7
    to Google Mobile Ads SDK Developers
     I lost thousands of dollars because of this issue. At the end of April, I accidentally upgraded my game to API level 35, and afterward, my game's retention rate dropped significantly. I tried many methods, thinking the problem was related to ads or the app itself. Throughout May and June, I released nearly 20 updates in an effort to identify the cause, until I came across some users complaining about experiencing similar issues on API level 35. I immediately downgraded my game back to API level 34, and users started returning  

    Vào lúc 03:34:35 UTC+7 ngày Thứ Bảy, 5 tháng 7, 2025, Mobile Ads SDK Forum Advisor đã viết:

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 7, 2025, 1:35:21 AMJul 7
    to alexander...@gmail.com, google-adm...@googlegroups.com

    Hi,

    Thank you for contacting the Mobile Ads SDK Support team. 

    This is a known issue and our engineering team has been actively working on this issue. I will keep this thread updated with the latest status.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-07 05:34:26Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhFNs:ref" (ADR-00317397)



    Mobile Ads SDK Forum Advisor

    unread,
    Jul 7, 2025, 1:38:48 AMJul 7
    to google-adm...@googlegroups.com

    Hi,

    Thank you for contacting the Mobile Ads SDK Support team. 

    This is a known issue and our engineering team has been actively working on this issue. I will keep this thread updated with the latest status.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-07 05:38:03Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhGmR:ref" (ADR-00317628)



    Mobile Ads SDK Forum Advisor

    unread,
    Jul 7, 2025, 1:41:13 AMJul 7
    to andi...@gmail.com, google-adm...@googlegroups.com

    Hi,

    Thank you for contacting the Mobile Ads SDK Support team. 

    This is a known issue and our engineering team has been actively working on this issue. I will keep this thread updated with the latest status.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-07 05:40:29Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhGml:ref" (ADR-00317631)



    Mobile Ads SDK Forum Advisor

    unread,
    Jul 7, 2025, 1:43:58 AMJul 7
    to myod...@gmail.com, google-adm...@googlegroups.com

    Hi,

    Thank you for getting back to us. 

    This is a known issue and our engineering team has been actively working on this issue. I will keep this thread updated with the latest status.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-07 05:43:12Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    Andi Susilo

    unread,
    Jul 9, 2025, 1:02:35 PMJul 9
    to Google Mobile Ads SDK Developers
    Hi Google Ads Developer Support,

    You mentioned on April 1, 2025 "We've received confirmation from our engineering team that the bug has been accepted and they are actively working on a resolution", but it has been 3 times update the library since April 1, 2025 (v24.2.0, v24.3.0, v24.4.0) and it still doesn't solve it, are you just talking nonsense?
    Please send this conversation link to the engineering team and please fix it asap.

    Thanks.

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 9, 2025, 5:47:19 PMJul 9
    to andi...@gmail.com, google-adm...@googlegroups.com
    Hi,

    I've received an update from the wider team that this will be going into production soon, possibly within a couple of weeks.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-09 21:46:17Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    Message has been deleted

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 23, 2025, 3:30:21 AMJul 23
    to scn...@gmail.com, google-adm...@googlegroups.com

    Hi SW,

    We have received an update from the wider team that the fix for the Android 15 issue is targeted for release in early August. We will continue to closely monitor the progress and provide updates on the release. Meanwhile, your patience is important.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-23 07:29:21Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    조이플개발자

    unread,
    Jul 23, 2025, 4:21:50 AMJul 23
    to Google Mobile Ads SDK Developers
    Hello 
    is there a new Android SDK from AdMob that will be released in early August regarding the above issue? 
    Do I need to update my AdMob SDK to the latest version to resolve this issue?

    2025년 7월 23일 수요일 오후 4시 30분 21초 UTC+9에 Mobile Ads SDK Forum Advisor님이 작성:

    Saima Usman

    unread,
    Jul 23, 2025, 4:39:03 AMJul 23
    to Google Mobile Ads SDK Developers
    I am also facing the same issue, did not know about it before as I never tested my app with live ads. Thank you for pointing out this problem.
    Regards

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 23, 2025, 11:01:24 AMJul 23
    to saima.u...@gmail.com, google-adm...@googlegroups.com
    Hi,


    Thank you for contacting the Mobile Ads SDK Support team.

    A new AdMob SDK update to address Android 15 issues is expected in early August.Make sure to update to the latest version once it's released.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-23 15:00:34Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    Si Wei Chan

    unread,
    Jul 24, 2025, 1:29:17 AMJul 24
    to Google Mobile Ads SDK Developers
    Hello,

    We are running the interstitial via mediation campaign using another adserver's SDK so we are using a mediation adapter. 

    We would like to know if the issue would be fixed directly on the current library or it would be introduced in a new SDK version? This is important as we need to determine and plan if we come up with an in-house workaround or to wait for your fix before publishing a new app version. 

    Thanks in advance,
    SW

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 24, 2025, 8:06:06 AMJul 24
    to scn...@gmail.com, google-adm...@googlegroups.com

    Hi,

    Thank you for getting back to us.

    The fix will not be available in the current library(24.4.0).Once the changes are ready,the team will release a new SDK version that addresses the Android 15 issues.

    We would suggest monitoring our release notes for updates. In the meantime, if your release timeline is urgent, you may choose to implement a temporary workaround on your side otherwise wait for the new SDK release to fix this.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-24 12:04:58Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    JR

    unread,
    Jul 25, 2025, 9:51:14 AMJul 25
    to Google Mobile Ads SDK Developers
    I can see that according to the release notes, 24.5.0 has now been released:


    The release notes make no mention of a fix for this Android 15 issue however. Can you confirm if it is fixed in this release?

    Sireesha Siri

    unread,
    Jul 25, 2025, 10:46:15 AMJul 25
    to Google Mobile Ads SDK Developers
    Hi,
    If anyone found any solution regarding this, kindly post , it helps a lot

    Thanks in Advance!

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 25, 2025, 1:23:48 PMJul 25
    to sireesha....@gmail.com, google-adm...@googlegroups.com

    Hi,



    Thank you for contacting the Mobile Ads SDK Support team.

    The new release 24.5.0 does not have the fix for Android 15 issue and it is targeted for release in early August. We will continue to closely monitor the progress and provide updates on the release. Meanwhile, your patience is important.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-25 17:22:51Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    Tech Arts Technology

    unread,
    Jul 28, 2025, 2:24:58 AMJul 28
    to Google Mobile Ads SDK Developers
    Just Release The 24.5.0 Is that Solve The Issue Android 15 ?

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 28, 2025, 3:16:43 AMJul 28
    to scn...@gmail.com, google-adm...@googlegroups.com

    Hi,

    The new release 24.5.0 does not have the fix for Android 15 issue and it is targeted for release in early August. We will continue to closely monitor the progress and provide updates on the release. Meanwhile, your patience is important.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-28 07:16:01Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    mianal...@gmail.com

    unread,
    Jul 30, 2025, 12:34:59 AMJul 30
    to Google Mobile Ads SDK Developers
    Nikolas opened this issue back in December 2024, and it's been over 7 months with no resolution. It's honestly disappointing that something which requires just two lines of code still hasn't been addressed. Google seriously needs to evaluate and improve the responsiveness of their development team.

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 30, 2025, 3:17:32 AMJul 30
    to mianal...@gmail.com, google-adm...@googlegroups.com

    Hi,

    Thank you for getting back to us.

    The team is actively working on a resolution. Once we receive any updates, we will intimate you. Meanwhile, your patience is important.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-30 07:16:40Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    arch...@gmail.com

    unread,
    Jul 30, 2025, 4:04:33 PMJul 30
    to Google Mobile Ads SDK Developers
    We're having a major issue with Liftoff/Vungle rewarded ads and Android 15+ where the ads load with a tiny close button (as well as a few buttons on the bottom) that cannot be tapped as it appears beneath the notification bar. Our users are pissed off and are leaving 1-star reviews as they can't proceed.

    Here's an example ad I just caught myself. The X button shows up when it finishes and you can see it obscured near the battery icon:


    To mitigate this in the meantime, we're going to try setting android:windowOptOutEdgeToEdgeEnforcement to true, per these docs https://developer.android.com/about/versions/16/behavior-changes-16 https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement. It should fix the issue for Android 15 and 16 while our app targets Android 15, and will revert back to the buggy behavior only for Android 16+ when we start targeting Android 16 (SDK 36) next year.

    In the meantime, hopefully the Admob team will come up with a fix to the Mobile Ads SDK.

    Can you please ask the team to backport the fix to Mobile Ads SDK v23 in addition to v24? We still support Android 5 which Mobile Ads SDK v24 dropped support for and would like to continue supporting it.

    Thank you.

    arch...@gmail.com

    unread,
    Jul 30, 2025, 5:13:30 PMJul 30
    to Google Mobile Ads SDK Developers
    Actually, the problem above seems to be due to the fact that the notification bar is forced on because I was on a call and it was showing the call pill at all times, making it a bit of a corner case. Personally, I haven't been able to reproduce the close buttons being obscured, but we have users reporting the issue every day. One user sent a screenshot of what looks to be Admob's own ad, showing a close button that should be clickable but isn't. The user said the issue went away after a reboot, but I don't know why (a different creative got served, Play services got updated, etc.):
    IMG_4438.jpeg

    Currently stumped.

    arch...@gmail.com

    unread,
    Jul 30, 2025, 5:30:31 PMJul 30
    to Google Mobile Ads SDK Developers
    Someone just let me know the Liftoff image I posted above isn't working, even though it's showing for me. The forum let me insert it so it must be a bug. I'm going to upload it using the Insert Image tool here. Apologies.
    aMyDjTA[1].png

    Liran Barsisa

    unread,
    Jul 30, 2025, 6:25:04 PMJul 30
    to Google Mobile Ads SDK Developers
    About "showing a close button that should be clickable but isn't", here's an example, which is by tiktok, and as you can see, sometimes the buttons are a part of the video.
    The "X" and "Skip" buttons aren't really buttons.

    Mobile Ads SDK Forum Advisor

    unread,
    Jul 31, 2025, 1:36:10 AMJul 31
    to lbl...@gmail.com, google-adm...@googlegroups.com

    Hi,

    The team is actively working on a resolution. Once we receive any updates, we will intimate you. Meanwhile, your patience is important.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-07-31 05:35:09Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    mpag...@gmail.com

    unread,
    Aug 2, 2025, 9:33:50 AMAug 2
    to Google Mobile Ads SDK Developers
    Has the team solved this issue, we are receiving penalties because of your fault... Please fix the goddamn thing. Why you enforce devs with such if you don't first fix your stuff at the beginning. 

    Viet Dzung Pham

    unread,
    Aug 5, 2025, 10:37:45 PMAug 5
    to Google Mobile Ads SDK Developers
    I have this issue, I accident update my app before the deadline and now I can have penalty for ads could not be close, this bug not only appear on Pixel, it occur on Samsung too. I don't know why this exist on the billion product like admob, edge to edge have been release nearly a years.

    mpag...@gmail.com

    unread,
    Aug 8, 2025, 9:23:31 AMAug 8
    to Google Mobile Ads SDK Developers
    It appears on all the devices that has Android 15 and above. It's even worse when users has 3 button navigation enabled, banner is not visible at all. Users with higher UI elements (due to vision issues), has the system bar with increased height, which makes all the full screen ads to be non skippable, not closeable. This result in bad show rate, bad reviews and move users away from app.

    Diego

    unread,
    Aug 8, 2025, 9:29:03 AMAug 8
    to Google Mobile Ads SDK Developers
    Hello, 

    We are waiting for this fix to be released so we can update our apps to Android 15. 
    Google has set a deadline of August 31, 2025. 
    We would like to know if you can submit the fix before this deadline.

    Mobile Ads SDK Forum Advisor

    unread,
    Aug 8, 2025, 1:53:13 PMAug 8
    to sup...@dsmartapps.app, google-adm...@googlegroups.com

    Hi, 

    We’ve received an update from the wider team that the fix for the Android 15 issue is targeted for release in early September. We will continue to closely monitor the progress and provide updates on the release. Meanwhile, your patience is important.


    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-08-08 17:52:20Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    alexander...@gmail.com

    unread,
    Aug 9, 2025, 2:32:11 AMAug 9
    to Google Mobile Ads SDK Developers
    You can request an extension of the deadline until november in the play console. As a reason select the option that you are waiting for a 3rd party lib and your extension will be granted immediately.

    HG

    unread,
    Aug 11, 2025, 2:28:46 AMAug 11
    to Google Mobile Ads SDK Developers

    Hi,

    Thanks for the update. Could you confirm if the only current workaround is still to create a custom style like this?

    <style name="AdInspectorActivityTheme" parent="@android:style/Theme.Translucent.NoTitleBar"> <item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item> </style>

    We’re noticing that CTRs are increasing because of this Android 15 issue, and we really need an official fix as soon as possible, not just in early September.

    Thanks

    Mobile Ads SDK Forum Advisor

    unread,
    Aug 11, 2025, 5:34:41 AMAug 11
    to gonl...@gmail.com, google-adm...@googlegroups.com

    Hi,

    Please note this workaround is only a temporary solution. Our team is working on resolving this issue at earliest and we will inform you once updates are available.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-08-11 09:33:24Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    newspap...@gmail.com

    unread,
    Aug 15, 2025, 3:07:12 AMAug 15
    to Google Mobile Ads SDK Developers
    Hi Admob Team,

    What is so difficult about fixing the issue that it has been nearly a year and it is still not fixed?
    Play store started removing the apps because of your dummy issue.
    FIX IT!!!!!!!!!!

    Mobile Ads SDK Forum Advisor

    unread,
    Aug 18, 2025, 3:58:04 AMAug 18
    to newspap...@gmail.com, google-adm...@googlegroups.com

    Hi,

    The wider team has informed us that the fix for the Android 15 issue is scheduled for release in early September. We'll keep tracking the progress closely and share updates as they become available. Thank you for your continued patience.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-08-18 07:57:05Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    Akshay Vadchhak

    unread,
    Aug 25, 2025, 4:29:05 AM (12 days ago) Aug 25
    to Google Mobile Ads SDK Developers
    Any update on this issue?

    Mobile Ads SDK Forum Advisor

    unread,
    Aug 25, 2025, 10:38:16 AM (11 days ago) Aug 25
    to akshay.op...@gmail.com, google-adm...@googlegroups.com

    Hi,

    Thank you for contacting the Mobile Ads SDK Support team.

    Please be informed  that the fix for the Android 15 issue is planned for release in early September. We will continue to closely monitor the progress and provide updates on the release. Meanwhile, your patience is important.

    Thanks,
     
    Google Logo Mobile Ads SDK Team

    Feedback
    How was our support today?

    rating1    rating2    rating3    rating4    rating5

    [2025-08-25 14:37:17Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rhF6i:ref" (ADR-00317274)



    ANTSOME

    unread,
    Aug 25, 2025, 7:23:51 PM (11 days ago) Aug 25
    to Google Mobile Ads SDK Developers
    담당자님
    9월2일까지 수정하라고 하는데...
    버그인데 우리가 뭘 수정해야 하나요?? 
    앱 수정 기간을 늘려주세요...조치할 수 있는게 없습니다...
    2025년 8월 25일 월요일 오후 5시 29분 5초 UTC+9에 Akshay Vadchhak님이 작성:
    스크린샷 2025-08-25 오후 7.00.56.png
    1000001253.jpeg

    Jake

    unread,
    2:34 AM (16 hours ago) 2:34 AM
    to Google Mobile Ads SDK Developers
    Is there an update on when this update is expected to be released?

    arch...@gmail.com

    unread,
    2:51 AM (15 hours ago) 2:51 AM
    to Google Mobile Ads SDK Developers
    Emails keep coming in from our users who can't close the rewarded ad even though the close button shows up. They use gesture nav, not 3-button nav like OP in this post. We still haven't been able to reproduce this.

    Please see the screencast from one of our users showing this very frustrating bug.

    I'm also sharing another screencast from a different user, except this one is a big larger and I had to use Dropbox.

    Currently, we're using version 23.6.0 of play-services-ads and version 7.4.3.0 of the Vungle mediator.

    Because the new AdMob SDK v24 per https://developers.google.com/admob/android/rel-notes no longer supports Android 5.1, setting the minimum version to Android 6.0 (Android SDK 23), and our app still supports Android 5.1, we're forced to use the older SDK and mediator.

    However, we would drop Android 5.1 if the new v24+ AdMob library fixes this issue.

    Mobile Ads SDK Forum Advisor, does this look like the issue the AdMob dev team is working on fixing that we're waiting for?
    Do I need to open a new ticket here or somewhere else to get to the bottom of this?
    Reply all
    Reply to author
    Forward
    0 new messages