You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: