Search code examples
iphoneiosipadicloud

Which iCloud tasks are done automatically?


I use following method to sync my files with iCloud.

[NSFileManager defaultManager] setUbiquitous:YES itemAtURL:fileURL destinationURL:destURL error:&error

I was wondering when I move a file to Ubiquitous Container How would it behave in another device?

will it be downloaded automatically? what about deleting and editing files? Does iCloud do above tasks itself or I should handle them manually?


Solution

  • Yes it would be downloaded automatically But I still wonder about deleting and edidting