我实际上使用 MobileDevice.framework 来了解设备是否已连接,但我想按连接类型(有线/无线)区分设备。
那么如何检测哪个设备与USB和其他设备无线连接?
答案 0 :(得分:2)
看看这些问题:
How to determine whether iOS device is connected to desktop computer (and iTunes)
An application to check iPhone connection with USB
USB detection in jailbreak ios
另外,我建议您查看 IOKit.framekwork 。它有很多与USB相关的东西。