iOS game for kids and app privacy for Admob

Hello!

I’m making an iOS game for kids and using Admob for showing ads.

In App Store Connect, in App Privacy section what should I chose in Data Collection?
Yes, we collect data from this app or No, we do not?

If the answer is yes what kind of data are we allowed to collect?

How about the coding part?
Setting up childSafe = true is enough?

Thank you!

I chose no and set childsafe and underage to true.

The app was accepted :).

Yeah, for kids apps, you’re not really supposed to be collecting any information on the users.

If you’re using AdMob, you’ll need to use their consent management system and set the underage and childsafe parameters to true, like you’ve done. That should be enough to ensure you’re not collecting information via AdMob.

If you’re using other advertising or analytics plugins you’ll also need to make sure they aren’t collecting information on underage users.

1 Like