ios - Create folder on iCloud from iPhone App -


i developing iphone app want create folder application on icloud.

is possible create folder on icloud programmatically @ all?

i want add image files, text files , audio files in folder.

thanks.

sure can create folders. when call [filemanager urlforubiquitycontaineridentifier:] file url container , can put file hierarchy in there please.

sounds you're getting started suggest start apple's icloud developers documentation , videos. want advanced icloud document storage video you'll want more control coredata , uidocument provide. apple refers this type of icloud storage "shoebox app".


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -