react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
iCloud sync - when does sync happen?
Hi, Thanks for maintaining this library!
I have a question regarding iCloud sync. I'm relatively new to cloud syncing so please forgive any basic questions.
-
If I've setup the database in the "Documents" location (and set up the icloud permissions in pinfo.list and xcode), does the database file reside in my app's sandbox documents directory or the iCloud container documents directory?
-
And if later I either deleted the app and reinstalled it or installed the app in a new phone, does the old database automatically sync to the new install? Or do I need to write some code to check if the database exists in the cloud before opening it?
-
What if some the database were updated in another device connected to the cloud. Would it update all databases using the cloud?
Thanks for your help