Create an iPad app that can send/receive data via the USB cable?

前端 未结 3 1232
青春惊慌失措
青春惊慌失措 2021-01-06 18:06

I want to create an iPad app that connects to another machine, laptop or otherwise, via USB and communicates to some other application I develop running there.

I kno

3条回答
  •  逝去的感伤
    2021-01-06 18:38

    To use USB communication Apple does not provide any API within IOS SDK. The only option right now is MFI. I don't think Apple will allow this in near future.

提交回复
热议问题