marcojak / MauiMTAdmob

MIT License
104 stars 17 forks source link

Google Play rejected my app because families ad format requirements #56

Closed erossini closed 6 days ago

erossini commented 5 months ago

I have created an app using NET8 MAUI. In this app, I'm using MauiMTAdmob to display the advertisements from Google AdMob. In particular, there is at the bottom of the main page and in other pages a banner and there are some interstitial advertisements during the normal use of the app.

When I pushed the app to the Google Play, Google rejected the app because

Issue found: Families ad format requirements

Your app contains ads that don’t comply with our Families ad format requirements. For example, we don’t allow:

  • Ads or offers for in-app purchases that aren’t clearly distinguishable from your app content, including but not limited to offerwalls and immersive ads experiences. For example, your app contains an ad that isn’t clearly labeled, or your app contains an ad that’s stylistically similar to the game interface.

As an action, Google suggests to

I checked Google AdMob but I can't find any certificate to add to the app. Also, in the documentation, there is a reference to an Android 20.6.0 GMA SDK or later and/or iOS GMA SDK 7.67.0. I don't know how to use them with MAUI.

What can I do to fix this issue?