I need your help "our app is not compliant with Google Play Policies"

What type of add you are using ? Admob? Then follow this

If you are using admob only, it is possible to just update the settings in admob website:

  1. Select your app
  2. Click on “Blocking Controls”
  3. Click on “Ad Content Rating”
  4. Set to “G” General Audience.

With these settings it is not required to set “max_ad_content_rating” in the code. So no need to submit a new build, unless you are already

using “max_ad_content_rating”. In that case, you might need to remove it to avoid overriding.

Source link here

Or you can refer this

1 Like