0

Is it possible to create a security tool for IOS that would control and enable/disable some system calls and resources (e.g. application launching requests, Internet access, etc.)?

I'd like to create an app that will act like a parental control.

We can do this in Windows by a few kinds of system drivers, what about IOS?

David Brossard
  • 13,584
  • 6
  • 55
  • 88
Zarathustra
  • 115
  • 2
  • 8

1 Answers1

0

This feature already exists out of the box in iOS. Apple has a technical article on the topic here.

You can enable Restrictions, also known as parental controls, on iPhone, iPad, and iPod touch. Restrictions stop you from using specific features and applications.

If this is not enough, googling around led me to several other applications that achieve parental control. Here's a summary from Tom's Guide.

David Brossard
  • 13,584
  • 6
  • 55
  • 88