Parental gate

The Parental gate is an optional UI element you can add to your ad placements so that when a user clicks on an ad he is presented with a popup asking him to solve a simple math sum.

Its role is to prevent very young users from simply clicking on an ad and instead ask their parents for guidance.

A parental gate is mandatory on all external click throughs on apps in the kids category on iOS. This should be applied if your app is in this category and you do not have your own in use, to prevent your app being blocked by Apple.

You can enable it like so:

// enable Parental gate on one banner placement
[mybanner enableParentalGate];

// enable Parental gate on all interstitial ads
[SAInterstitialAd enableParentalGate];

// enable Parental gate on all video ads
[SAVideoAd enableParentalGate];

It can subsequently be disabled by calling:

// disable the Parental gate for a particular banner placement
[mybanner disableParentalGate];

// disable the Parental gate on all interstitial ads
[SAInterstitialAd disableParentalGate];

// disable the Parental gate on all video ads
[SAVideoAd disableParentalGate];

The final result will look something similar to this:

image-title-here

These are the default values:

Parameter Value
Parental gate Disabled