ios - On non jailbreak iphone,Can I run a binary in my Application bundle directory? -


i have executable binary file in app folder. want use app run code , have signed code certificate. don't know how launch it. fork, execvl , posix_spawn forbidden sandbox profile. there other way launch it?

no not possible. sandbox profile prohibits it.


Comments