I want to block the third party application installation in iPhone programmatically.
Want to make a controlling application that controls the installation on iPhone. Like as some father didn’t want to allow his children to install any unnecessary app.
Is it possible to do that? If possible then how can I do that?
Thanks in advance
I guess you want a sort of children protection thing. The answer is no – you cannot have an app that blocks the installation of other apps. Perhaps with jailbraking, but definitely not with standard iOS API.