my recreation is for teenagers(below age 5) and apple coverage says i am unable to use advertisements in any respect, however i’ve seen many recreation which are youngsters recreation however nonetheless have advertisements. how am i able to resolve this situation.
I’m not utilizing any analytics not even default unity analytics, so i’m positive i’m not amassing any info in any respect. I’ve point out that solely Admob SDK which acquire it’s a necessity info to indicate advertisements. and that i additionally comply with all Kids and Household tips as per Google advertisements to guarantee that i’m displaying solely youngsters class advertisements. I’ve setup unity code that solely load youngsters associated advertisements.
MobileAds.SetRequestConfiguration(new RequestConfiguration
{
TagForUnderAgeOfConsent = TagForUnderAgeOfConsent.True
});
RequestConfiguration requestConfiguration = new RequestConfiguration
{
TagForChildDirectedTreatment = TagForChildDirectedTreatment.True,
MaxAdContentRating = MaxAdContentRating.G
};