Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我实际上使用MobileDevice.framework来了解设备是否已连接,但我想通过连接类型(有线/无线)来区分设备。
那么如何检测哪个设备与USB等无线连接呢?
看看这些问题:
如何确定 iOS 设备是否连接到台式计算机(和 iTunes)
检查 iPhone 与 USB 连接的应用程序
越狱ios中的USB检测
另外,我建议看一下IOKit.framekwork。它有很多与USB相关的东西。