user1191581
user1191581

Reputation:

Using icloud as a Database storage

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

Upvotes: 4

Views: 2763

Answers (1)

Kostiantyn Sokolinskyi
Kostiantyn Sokolinskyi

Reputation: 781

Use CoreData + iCloud. Check out https://devforums.apple.com/thread/126670?tstart=0 you should have Developer acc to access the forum.

Upvotes: 2

Related Questions