On MAC OS X 10.8.x how can an AppStore application install a kernel extension?
cocoa, kernel-extension, mac-app-store, macos
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
Problem
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.