SDK Documentation
HomeBlogSign up
English
English
  • 🏠Homepage
  • 🧪Test Ad Units
  • Privacy
    • ✅Google Data Safety
  • Android SDK
    • ⌨️SDK integration
      • App Open
      • Banner
      • Interstitial
      • Rewarded
      • Native (Google)
      • Targeting
      • Revenue reporting
    • 🙎User consent
    • 🔓Privacy
    • 🛠️ProGuard
  • iOS SDK
    • ⌨️SDK integration
      • App Open
      • Banner
      • Interstitial
      • Rewarded
      • Native (Google)
      • Revenue reporting
    • 🙍User consent
    • 🔓Privacy
  • Unity SDK
    • ⌨️SDK integration
      • App Open
      • Banner
      • Interstitial
      • Rewarded
      • Targeting
      • Revenue reporting
    • 🙎User consent
    • 🔓Privacy
  • Flutter SDK
    • ⌨️SDK integration
      • App Open
      • Banner
      • Interstitial
      • Rewarded
      • Native (Google)
      • Targeting
      • Revenue reporting
    • 🙎User consent
    • 🔓Privacy
  • React Native
    • ⌨️SDK integration
      • App Open
      • Banner
      • Interstitial
      • Rewarded
      • Targeting
      • Revenue reporting
    • 🙎User consent
    • 🔓Privacy
  • Web SDK
    • ⌨️SDK integration
Con tecnología de GitBook
En esta página
  • Privacy Policy
  • Child directed content
  • Content rating
  1. iOS SDK

Privacy

Privacy Policy

If you application is targeting minors (exclusively or not), it is needed to comply with the requirements established by Apple.

To facilitate the compliance of these policies, the SDK allows to specify if the ad requests are targeted to minors, beside the ability to set the maximum content rating.

It is very important to comply with these requirements, and carefully review the related policies, to avoid any issues with Apple.

Child directed content

To specify if an user is a minor or not, it is needed to include the following code before initializing the SDK:

// true  -> The user is a minor or the age is unknown
// false -> The user is an adult
WAAdSettings.childDirected = true

If the user age is unknown, the app must treat that user as if they were a minor.

Content rating

To specify the maximum content rating, the following code must be added before initializing the SDK:

WAAdSettings.maxAdContentRating = WAAdContentRating.G

The following values are available when specifying the content rating:

Value
Description

WAAdContentRating.G

Content suitable for minors

WAAdContentRating.PG

Content suitable for most audiences with parental guidance

WAAdContentRating.T

Content suitable for teens

WAAdContentRating.MA

Content suitable only for adults

If the app is directed primarily to children, it is completely needed to specify the G rating,

Otherwise, if the app audience is mixed, a G or PG rating must be set.

AnteriorUser consentSiguienteSDK integration

Última actualización hace 4 meses

🔓