Question

Description I am planning on developing a scientific sandboxed application that will need to install a kernel extension to function properly.

Code-related question How can the app install the kext when it is purchased? I mean, how will it be deployed? Is there some (cocoa) API to call? I have searched for this answer without any luck. Seems most app don't require kexts.

General question Will I be able to put such application on the appStore? I have doubts since installing a kernel extension would defeat the sandboxing purpose.

Was it helpful?

Solution

Cannot do this with an app that would be accepted in the Mac App Store. As per the Mac App Store review guidelines.. 2.18: Apps that install kexts will be rejected

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top