googleads / admob-ads-in-flutter

Apache License 2.0
72 stars 36 forks source link

can't see any ads on a release build #16

Closed tempral closed 3 years ago

tempral commented 3 years ago

the quiz work propely, but no ads are shown

lecongphu commented 3 years ago

Why?

kunny commented 3 years ago

You may want to check why ad failed to load by setting onAdFailedToLoad callback. (e.g., https://github.com/googleads/googleads-mobile-flutter#banner-ad-events)

Please refer to LoadAdError.message for details.