Hello,
I have previously written an application for Mac OSX that includes a kernel extension. It does not drive any real hardware but is instead an in-kernel IOKit service. Now the task is to figure out if porting of the whole application is possible on the iPad which basically means if kernel extensions can be written for iPad.
I have never had any experience with iPhone OS development before, so i am completely clueless about it. But from what i've heard iPhone OS based devices, iPad in particular, are very closed platforms. So is it possible to develop and distribute a kernel extension for iPads as a part of the application package? Do i have to sign for any specific apple developer program? Any other things i should know about?
Thanks.