I actually use MobileDevice.framework to know if a device is connected, but I want to differentiate devices by connection type (wired/wireless).
So how to detect which device is connected with USB and other wirelessly?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at these questions:
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
Also, I would recommend to take a look at IOKit.framekwork. It has a lot of stuff related to USB.