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.