tags:

views:

73

answers:

1

hi,

I need to transfer data from iPhone to PC using USB from My App. How can i do this.

Thanks,

A: 

I would assume you use the Accessory framework that is part of 3.0.

http://developer.apple.com/iphone/library/documentation/ExternalAccessory/Reference/EAAccessory_class/Reference/Reference.html

Jessedc
`ExternalAcessory` won't talk to your computer.
KennyTM