Is it possible to create a non-sandboxed app for iOS, that will actually install and run

Is it possible to create a non-sandboxed app for iOS, that will actually install and run, via manual build/sign process?

Ie. via xcodebuild/codesign with custom provisioning profile. It seems xcode IDE does not allow to disable sandboxing for iOS apps.

App failing the AppStore review is not an issue - do not intend to distribute it.

Accepted Answer

This is not possible (without jailbreaking).

Sandboxing is built deep inside the system. No way to turn around (legally).

Is it possible to create a non-sandboxed app for iOS, that will actually install and run
 
 
Q