iOS support for SCSI and NVME commands.

We have a macOS application which interacts with our USB and PCI devices to perform SCSI and NVME commands on them.

We use IOUSBHost, IOUSBLib and IOKitLib for USB interface and have created a custom driver to interact with PCI devices.

Is there a way we can implement a similar functionality for iOS as well if we connect the cards and readers using OTG?

Is there a way we can implement a similar functionality for iOS as well if we connect the cards and readers using OTG?

No. DriverKit is currently only supported on iPadOS.

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

iOS support for SCSI and NVME commands.
 
 
Q