lhunath / UbiquityStoreManager

Implements Core Data + iCloud, deals with all the nasty stuff and gives you a clean API.
http://lhunath.github.io/UbiquityStoreManager
Apache License 2.0
391 stars 37 forks source link

UbiquityStoreManager with Dropbox support #38

Closed TheCrab-xx closed 10 years ago

TheCrab-xx commented 10 years ago

What is the best practice to backup data from iCloud to Dropbox and viceversa using UbiquityStoreManager?

lhunath commented 10 years ago

The best way to do that is to not do that.

Export your data in an application-specific way using a data format that you can parse back in and import as new objects into an empty store. Master Password uses .mpsites files for this.