How to use iCloud for syncing my sqlite database a

2019-02-15 09:09发布

问题:

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?