[google_mobile_ads] Something appear recently in my app interstitial ads - native android bar
See original GitHub issuePlugin Version
after upgrading to flutter 2.5.1 I found this kind of random behavior on interstitial ads
I used
google_mobile_ads 0.13.5
and google_mobile_ads 0.13.4
i tried it on debug and on release mode but it’s also appear in both its looks a native android widget that came from android studio android templets
##Screen Shot
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
Interstitial ads | Android - Google Developers
This guide explains how to integrate interstitial ads into an Android app. Prerequisites. Google Mobile Ads SDK 19.7.0 or higher. Complete the ......
Read more >Common reasons for ads not showing - Google AdMob Help
Use the following guide to understand common reasons why apps show few or no ads. If you're still having issues, use the Can't...
Read more >Newest 'googlemobileads' Questions - Stack Overflow
I am creating a react native app, In my Emulator google mobile ads (Rewarded testing ads) ... An interstitial ad appears on the...
Read more >[Bug] The interstitial ad shows the status bar - Google Groups
When the app's info.plist has the `UIViewControllerBasedStatusBarAppearance` key which value is `NO` and you show a interstitial Ad using the ...
Read more >Add ads to your instant app - Android Developers
Validate each type of ad you serve, such as banner ads or interstitial ads. Ensure that your ad network's SDK doesn't serve HTTP...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
after much investigation on my project i found the cause of the problem , it was all the time the plugin named :
sentry_flutter
when i removed it it was solved ,
i will let sentry knows that , thank you all guys
@mustafa-707 could you please share a sample code or a repository containing minimal code sample? It will help to find the cause of the issue.
Thanks