I use following method to sync my files with iCloud.
我使用以下方法将我的文件与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?
它会自动下载吗?那么删除和编辑文件呢? iCloud本身是做上述任务还是我应该手动处理它们?
1 个解决方案
#1
0
Yes it would be downloaded automatically But I still wonder about deleting and edidting
是的,它会自动下载但我仍然想知道删除和编辑