What are the capabilities of Enterprise apps?

When signed up as Enterprise developer will I get to modify OS and access SQLite DB outside the sandbox?

I'm new to iOS development and any help or leads will be much appreciated

Replies

No. Enterprise development allows you to distribute your apps internally without app review. if there is some private API hack to do what you want, you could use that, but any OS update could also break your hack.

As John said, Enterpise Development and distribution doesn't allow you to subvert the sandbox; However, there are ways to make your files available to other apps you create (app groups) or others (via UISupportsDocumentBrowser plist key or both the UIFileSharingEnabled and LSSupportsOpeningDocumentsInPlace keys.)


-Mark