How does this iOS app communicate over the USB port?

后端 未结 2 1060
再見小時候
再見小時候 2021-01-31 04:40

This app promises to turn your iOS device into a second monitor and uses the standard USB cable to connect to the computer, as opposed to the network which all other similar app

2条回答
  •  北海茫月
    2021-01-31 04:55

    The information, code and tools to accomplish generic USB port communication is available to those who join the Apple MFi program. You have to do the paperwork and get licensed by Apple.

    http://developer.apple.com/programs/mfi/

    The libraries necessary are included in the app and then the usual streaming libraries and code do the rest.

提交回复
热议问题