App open ads loaded but not showing on iOS and Android
See original GitHub issueSteps to Reproduce
- Clone the googleads-mobile-flutter repo.
- Run the app_open_ads app in the packages folder.
- Close the app completely then relaunch it.
Expected results: See an app open ad
Actual results: No app open ad appears
Logs:
Running Gradle task 'assembleRelease'... 12.0s
✓ Built build/app/outputs/flutter-apk/app-release.apk (7.5MB).
Installing build/app/outputs/flutter-apk/app.apk... 3.6s
Flutter run key commands.
h List all available interactive commands.
c Clear the screen
q Quit (terminate the application on the device).
W/FlutterActivityAndFragmentDelegate(31500): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter (31500): Instance of 'AppOpenAd' loaded
I/flutter (31500): New AppState state: AppState.background
W/FlutterActivityAndFragmentDelegate( 3095): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter ( 3095): Instance of 'AppOpenAd' loaded
I/flutter ( 3095): New AppState state: AppState.background
W/FlutterActivityAndFragmentDelegate( 3425): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter ( 3425): Instance of 'AppOpenAd' loaded
I/flutter ( 3425): New AppState state: AppState.background
W/FlutterActivityAndFragmentDelegate( 3508): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter ( 3508): Instance of 'AppOpenAd' loaded
I/flutter ( 3508): New AppState state: AppState.background
I/flutter ( 3508): New AppState state: AppState.foreground
I/flutter ( 3508): Instance of 'AppOpenAd' onAdShowedFullScreenContent
I/flutter ( 3508): New AppState state: AppState.background
W/FlutterActivityAndFragmentDelegate( 4535): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter ( 4535): Instance of 'AppOpenAd' loaded
I/flutter ( 4535): New AppState state: AppState.background
W/FlutterActivityAndFragmentDelegate( 4991): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter ( 4991): Instance of 'AppOpenAd' loaded
I/flutter ( 4991): New AppState state: AppState.background
W/FlutterActivityAndFragmentDelegate( 5297): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter ( 5297): Instance of 'AppOpenAd' loaded
I/flutter ( 5297): New AppState state: AppState.background
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
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 >AdMob Ad not showing up after publish - Apple Developer
AdMob Ad not showing up after publish. Hello, I have some issues with my application. When I test my apps on emulator Ads...
Read more >App Open Ads | Android - Google Developers
App open ads can be closed at any time, and are designed to be shown when your users ... Do not load ad...
Read more >Google AdMob App Open Ad shows "Open app Flood"
If your app is not live on App store, it will show this. If app is live, your app name and icon will...
Read more >App Open Ads API - MAX Mediation Documentation
When an app open ad is not loaded (i.e. on cold start), load all other ad formats later to avoid parallel loading with...
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
i have the same issue. Can you please share your code?
You need to load the ad before the app starts if it opens via a cold start: https://developers.google.com/admob/flutter/app-open#cold_starts_and_loading_screens