- Home /
Google Play - inappropriate ads violation email
I got another inappropriate ads violation email, which I thought I fixed via the max_ad_content_rating settings:
AdRequest request = new AdRequest.Builder()
.AddExtra("max_ad_content_rating", "G")
.Build();
But unfortunately I got an email saying App Rejected. The status on the app on the Play Console UI says Update Rejected, but my app is still up and when I click on my game via the UI, it says "Published", but there is an alert saying I need to make changes. I'm confused.
Is the Google Play Console simply buggy, or did I violate something? Should I fix my app or is it already fine? I'm scared of getting a strike if I don't do something.
Answer by DearUnityPleaseAddSerializableDictionaries · Aug 02, 2018 at 11:23 PM
Now it says it's published. The rejection message is gone. Guess it was a delay.
Your answer
Follow this Question
Related Questions
Can't Upload APK File to Play Store 1 Answer
IAP localized price text messed up,IAP localized price text is messed up 1 Answer
android.software.vr.mode auto added when not needed 1 Answer
Unity IAP Initalisation Fails due to No Product Avalible (Google) 0 Answers
Redeem Code payment option not appearing 0 Answers