How can I use iCloud to synchronize a .zip file between my apps?

后端 未结 3 1384
一生所求
一生所求 2020-12-12 23:06

Is it possible to upload a .zip file to iCloud, and then have it be synchronized across all of a user\'s iOS devices?
If so, how would I go abo

3条回答
  •  旧时难觅i
    2020-12-12 23:51

    In order to enabling Document storage in iCloud your "document" needs to be encapsulated in a UIDocument object.

    Because UIDocument links to a file URL, you can easily create a UIDocument pointing to file://myzipfile.zip and then upload a zip document to iCloud.

    I hope this helps

提交回复
热议问题