I want to implement a sort of backup feature for my backup app, but since I can not do that on the device, I have to do it on the Mac. How would I go about listing the connected iDevices (iPhone and iPod Touch mainly) on the computer? I assume I could go and enumerate through some huge array of all connected USB devices and check for ones that have the Apple vendor code, but I know there's some better way.

I also assume I must use IOKit for this, but I've never worked with it, so I'd appreciate some sample code, and useful tips to point me in the right direction. Then, I'd need to get the device name, and access the files on the device, but I suppose that's gonna be simple after I figure out the device.

有帮助吗?

解决方案

You should look into the Disk Arbitration Framework. This (relatively new) framework is being frequently updated to correspond to new hardware advances in the iThing world...

Have fun!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top