DriverKit Extension or HIDDriveKit is available for ios

DriverKit Extension or HIDDriveKit is available for ios If it is used on ios, do I need to apply for hid authorization from Apple?

You will not be able to run a DriverKit driver on iOS because it can't actually install or run your driver, even if it compiles and installs your app successfully.

I published a sample project that works, and this branch demonstrates that the driver will never be seen or installed upon app installation (as of Oct 2023, iPhone 15 Pro Max, iOS 17)

https://github.com/DanBurkhardt/DriverKitUserClientSample/tree/ios-support-testing

DriverKit Extension or HIDDriveKit is available for ios
 
 
Q