Ser Pounce
Ser Pounce

Reputation: 14527

Possible to restrict children access to features within app?

I'm just wondering if there is some API in iOS that would let me do the following:

if (parental controls have been set)
{
    disable feature
}

Upvotes: 1

Views: 35

Answers (1)

Tomer Even
Tomer Even

Reputation: 4980

Unfortunately there is no API access to restrictions and parental controls however you can set the app age rating so parental control will not allow the app to be downloaded

Upvotes: 1

Related Questions