googleads / googleads-mobile-android-examples

googleads-mobile-android
Apache License 2.0
1.71k stars 1.87k forks source link

App Open - Message on LogCat #420

Open 123dma opened 2 years ago

123dma commented 2 years ago

Hi

I implemented the AppOpen ad no meu App, and I received the following message in logCat. At some times when I put the application in backGround the Ad fails and the message below is displayed, at other times the ad is displayed and the message is not displayed.

W/Ads: Interstitials that show when your app is in the background are a violation of AdMob policies and may lead to blocked ad serving. To learn more, visit https://googlemobileadssdk.page.link/admob-interstitial-policies

So I decided to check the sample code available in this repository and the same message is being presented in LogCat.

2022-03-14 16:10:45.525 7812-7812/com.google.android.gms.example.appopenexample W/Ads: Interstitials that show when your app is in the background are a violation of AdMob policies and may lead to blocked ad serving. To learn more, visit https://googlemobileadssdk.page.link/admob-interstitial-policies

The message suggests that we are doing something wrong and I am not confident to update my app with this implementation. Could you give me an answer?

AntRemo commented 2 years ago

@123dma Thanks for posting. I am also eager to understand how to proceed with this LogCat entry.