Reputation: 1375
i want to lock some of the installed app by my own app, please help me to do it.
hope some one may did already. its a kind of child lock.
Thanks
Upvotes: 0
Views: 537
Reputation: 445
No, It's not Possible, After spent too much time, Find the official doc provided by Apple. Hope this may helps you: https://support.apple.com/en-in/guide/security/sec15bfe098e/web
Upvotes: 0
Reputation: 124997
Each app runs in its own sandbox and cannot affect other apps outside a few well-defined mechanisms, such as custom URLs. The capability is clearly there in the operating system, since you can restrict access to certain apps in the Settings app (Settings->General->Restrictions). There's no public API for doing that, though, and it's a good guess that Apple has locked that functionality down pretty tightly.
Upvotes: 2