Hello guys. I've been looking for answers all over the internet.
Maybe you can help me out.
So my company is making usb devices that connect via USB. It's a proprietary protocol, but they are using regular USB Endpoint types.
I guess I cannot simply use the camera USB Lightning adaptor to connect the devices and then use the External Accessory framework, right?
Since, when I connect the device I am told right away that it's not supported.
It only supports the Picture Transfer Protocol and midi as I understand.
So, do we have to develop our own Lightning to USB adaptor when we want to make all of our devices connect to iOS devices?
How much hardware "logic" does such an adaptor have to include when all I want is receive and send raw usb packets in iOS via lightning?
Thanks so much for your help!