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

icloud, ios5, iphone, objective-c, sqlite

Solution

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?

Problem

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.

Original source

Related problems