How to use iCloud for syncing my sqlite database and images that resides in the folder in the library folder of application

独自空忆成欢 提交于 2019-11-30 18:48:26

问题


My requirement is , The app I am working on is having a folder name called "Private docmunets " created in the Library folder that reside in the application folder.There are images and a sqlite file which records users entries and images in this folder.

I have to make my app iCloud enabled, so I have to sync my sqlite database and all the images stored in Private docmunets folder on iCloud.

From the last two weeks I am searching for this but I did not get the right direction how to proceed. Please any one suggest me which approach should I follow to fulfill my requirement.

Any link or sample code provided will be highly appreciated.

Please please help me. Thanks in advance.


回答1:


Please see my answer at these link. I had exact same requirement as yours. 1) Syncing sqlite database with iCloud 2) How can I use iCloud to synchronize a .zip file between my apps?



来源:https://stackoverflow.com/questions/10408695/how-to-use-icloud-for-syncing-my-sqlite-database-and-images-that-resides-in-the

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!