Using iTunes and the USB cable can provide MUCH faster file transfers thn WiFi.
To enable set IFileSharingEnabled key to true in Info.plist (note it is not a string)
The file share directory
When file sharing is enabled, the entire Documents folder is used for file sharing. Files that that are not intended for user access via the file sharing feature should be stored in another part of your application’s bundle (apps are rejected if files not intended for sharing are stored there).
Good Resources
http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app
Issues getting UIFileSharingEnabled to work
http://stackoverflow.com/questions/2603865/cfbundledocumenttypes-uifilesharingenabled-issues
Great resources guys. You should date these posts.
Cheers,
CPL