Is it possible to write a parental control app for iOS? [closed]

▼魔方 西西 提交于 2019-11-27 06:39:28

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/32220377/is-it-possible-to-write-a-parental-control-app-for-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!