windows - regarding the itunes com sdk, is there a way to load files to an application -


example - there free application called stanza - when idevice connected, can load files application through itunes makes them accessible in application after disconnecting.
enable automated upload of documents, example, using itunes com interface on windows have been unable find way in sdk documentation. thoughts, hints, or clues welcome.

open xcode select info.plist of project add new entry , write application support itunes file sharing autocomplete feature when begin write , set bool value yes

build , run!!

now every time connect device itunes able upload files app , download files app

good luck


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -