RE: collection of applications
RE: collection of applications
- Subject: RE: collection of applications
- From: "Rufat A. Abdullayev" <email@hidden>
- Date: Fri, 11 Oct 2013 08:44:29 +0500
- Acceptlanguage: en-US
- Thread-topic: collection of applications
I also saw another approach they give a link to app store from application and downloaded other app from App Store separately but managed them from another app like a service ... It’s a pity that I could not get more details on implementation!
And I would like to learn out how it could be possible
-----Original Message-----
From: cocoa-dev-bounces+rufataa=email@hidden [mailto:cocoa-dev-bounces+rufataa=email@hidden] On Behalf Of Fritz Anderson
Sent: Thursday, October 10, 2013 8:39 PM
To: Jens Alfke
Cc: Cocoa-dev
Subject: Re: collection of applications
On 10 Oct 2013, at 11:12 AM, Jens Alfke <email@hidden> wrote:
> Does anyone know the reason for this limitation? It seems arbitrary. I can understand why you can’t spawn processes (it prevents fork-bombs and similar attacks) but what damage can be caused by a bundled dylib? Sure, you can change your build process to make the dylib static, but I’ve had trouble with complex 3rd party code [i.e. the Erlang interpreter/runtime] that has a heavy dependency on dynamic library loading.
I can only speculate, but: If you can call out to a dynamic library, wouldn't that make it possible to download a library and execute unapproved code? Apple's not happy with downloadable executables other than JavaScript in the WebKit sandbox.
I don't know enough about HFS+ and dyld on iOS to know if it's possible to stop that.
— F
_______________________________________________
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
_______________________________________________
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