> > > Hello! How did you solve this problem?
> >
> >
> > Hey! I haven't solved this issue yet ^^U I tried by updating the data safety, but collecting any kind of data does not comply with "google for families", so it got REJECTED -.-. I don't want to be kicked of google for families because I have a kid's game, but also I cannot remove ads because it's my main monetization source.
> >
> > I tried with solution 2, which was editing the manifesto in android, and making a new release. I'm not sure this will work, and also now I have a discrepancy
> >
> > <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
> >
> >
> >
> > My due date is november 4th, so I'm a little bit stuck, and wondering if anybody has the same issue and could fix it.
> >
> > Here's a link to my issue:
> > https://support.google.com/googleplay/android-developer/thread/240600247?hl=en&sjid=9336640990544369031-EU
>
> I have practically the same problem. I have attached a link below to my post. My application is for all age groups, I do not have violence or other scenes, but it is not direct children's content, but just a business simulator. My game has a rating of 3+, and the settings indicate that the game is suitable for up to 5 years. I've already been rejected four times. And I'm afraid to do anything further.
>
> I have two options. The first is to make the game inaccessible until the age of 13, then the problem should be solved, but I don’t know how this will affect further promotion, and I’m also very confused by the inscription “GAME NOT FOR CHILDREN”.
>
> Or the option is to remove advertising, but this is also nonsense.
>
> Can you write your email? Maybe we can exchange screenshots in detail, etc.
>
> construct.net/en/forum/construct-3/general-discussion-7/app-rejected-advertising-id-179209
Hello!
So, as far as I understand being rejected while trying to fix it's okay. You won't get suspended by that (at least that's what I read).
So in your case... if you want to comply with "google for families" the only option, and let's be honest, removing ADS it's not a real option (at least for me). Is to add the permission thingy:
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
However this may impact on what type of ads are shown and revenue (I guess...).
If your app is not actually for kids but for all ages you will need to weight if you:
a) go with the manifest declaration
b) make the app "not for kids"
:/
Yes. Removing ads is not an option, it is 100%. Look, I understand that it’s all because of the GDPR, which has become mandatory in admob. Because of this window, data is sort of collected, which leads to our problem, I think.
I also found several actions, if we are talking about Construct, then in the advertising plugin you can select Tag Under Age of consent and Tag for child directed. Perhaps you can somehow configure these checkboxes, which will have a positive effect on the result? I don't fully understand what they do, but I'm looking into it, let me know if you have any ideas.
And the question is about removing the children's audience. What do you think this might affect? I think this will be my last resort and most likely I will have to use it. Because I don’t understand the option of getting into the code and manifest.
I also found a couple of links that can help us:
support.google.com/admob/answer/6223431
support.google.com/googleplay/android-developer/answer/6048248