Re: App Store, Sandbox and loadable code bundle
Re: App Store, Sandbox and loadable code bundle
- Subject: Re: App Store, Sandbox and loadable code bundle
- From: Graham Cox <email@hidden>
- Date: Tue, 24 Jun 2014 13:03:25 +1000
On 24 Jun 2014, at 12:48 pm, Trygve Inda <email@hidden> wrote:
> It works fine on my system, but is there any reason Apple will not approve
> of this? The Mach-O code bundle gets loaded into the main app and becomes
> part of it.
>
> Has anyone submitted something to the App Store that works like this?
I can't say definitively, but I think it's OK to load helper apps or other code into your own app from your own bundle as long as it's all signed. It's not really any different from loading a framework of your own and I've definitely had no problems doing that in an App Store app. The loaded code has the same restrictions as the host app, and can't touch anything outside the sandbox without the usual permissions.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden