Search code examples
iosiphonekerneldevice-driver

can an iOS app include a user-space network device driver?


I see Mac kernel module development tips and tricks by Apple but does it extend to IOS apps? Is it possible for an IOS app to load a kernel module behaving as a user space network device for iPhone IOS.


Solution

  • No. That information is specific to desktop Mac OS; there is no way to load kernel extensions on iOS.