سؤال

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