We have a project that uses a custom driver and has entitlements for DriverKit and DriverKit USB transport.
We do the detection of the device using IOKit but for transferring data we use DriverKit
The app works fine with the device in iOS16, it detects the device and it start the service ( after allowing the driver in the Settings App )
This is not the case with 17.4, it detects the device but the service for the driver won’t start.
The driver section in the Settings App for our App shows the toggle to enable the driver in both OS 16 and 17.4
Any ideas of where I can start looking?