16

Is it possible to have parental control in iOS? Like the admin can decide which app user can access, restrict internet access , contacts, photos etc for particular user?

Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144
Awesome.Apple
  • 1,316
  • 1
  • 11
  • 24

2 Answers2

12

This is not possible for a third-party app and a non-jailbroken device. Did you look at Settings → General → Restrictions? It’s not exactly what you’re after, but it’s a good start.

Actually, this is possible, using the Device Enrollment Program. (This YouTube video found by Kudi shows the device enrollment profile installation procedure.) The DEP is mostly meant for large companies managing their company devices, but apparently it can also be used for other features. It would be interesting to hear the details from somebody who has jumped through the hoops, I have no experience with DEP myself.

zoul
  • 102,279
  • 44
  • 260
  • 354
  • Hi i just found one app. If you say this is not possible without jailbreak. Then how they are able to do that. App name is OurPact – Awesome.Apple Aug 26 '15 at 10:28
  • The app is so secure it’s not even available for download in my country, so I have no idea how it works. – zoul Aug 26 '15 at 11:51
  • Here is the youtube video link :- https://www.youtube.com/watch?v=iYOWGKZjues This is how it works. – Awesome.Apple Aug 26 '15 at 12:43
  • You’re right! So it is possible. AFAIK this is the Device Enrollment Program in action, see my updated answer. – zoul Aug 26 '15 at 12:55
  • 1
    It is actually MDM that enforces the policies. DEP automates the MDM enrolment process and ensures that MDM restrictions cannot be removed even by erasing the device – Paulw11 Aug 02 '16 at 13:19
  • @Awesome.Apple did you find any complete tutorial for MDM? because no one gives complete knowledge. – Rushi trivedi Oct 03 '17 at 09:23
  • Link is broken. –  Dec 22 '18 at 20:14
0

For restrict internet access, it can be achieved with new introduced NetworkExtension API of iOS 9.

Quanlong
  • 24,028
  • 16
  • 69
  • 79