On 15 Aug 2012, at 18:48, Antonio Nunes <devli...@sintraworks.com> wrote:

> After a number of successful submissions of my sandboxed app tot he App 
> Store, today Apple decided to reject my app because one of the 3rd party 
> frameworks it includes and links against is not sandboxed. I don't recall 
> hearing about sandboxing frameworks separately. I know they need to be 
> codesigned, and this one is.
> 
> Searching through the docs and online doesn't turn up any info about 
> framework sandboxing.
> 
> Can anyone point me to documentation or a tutorial on how to sandbox my third 
> party framework. (I do have access to its source code, if necessary, but I 
> did not see any obvious option to sandbox the framework when I opened and 
> examined the framework's project in Xcode.

Are you sure this is really a framework? Frameworks load as part of your 
process and so live within your app's sandbox. Perhaps you're seeing one of the 
following:

- the "framework" is, or includes, another executable which it launches to 
perform a task
- the framework is trying to do something blocked by the sandbox.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to