I have copy my sqlite DB in icloud and I want to use that icloud sqlite DB as insert/update and delete. I did code for it but it is not working in other device(I have 2 devices). Means when I perform any DB operation it is working for one this other device does not show any change in device. If I Insert one record in iPhone it does not show in iPad. I am useing copyItemAtPath,removeItemAtPath and removeItemAtURL methods from FileMenager class.
It's really urgent.
Thanks