I’m wanting to access applications storage via iTunes, where i can save documents and be available in my app.
I have looked all over google, but without a specific name i don’t know what I’m looking for.
Some of the app’s that use this functionality are VLC & usb Disk; there are many many more.
So I’m asking what the API is called and if anyone knows of sample code or an example.
Essentially, all you have to do is add a boolean
UIFileSharingEnabled(YES) key to your app’s info.plist. Then the documents added through iTunes will be available in your app’s documents directory.This key is supported in iOS 3.2 and later.
Apple’s sample code: DocInteraction