drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

Prevent backup of event store data on iOS #95

Closed drewmccormack closed 10 years ago

drewmccormack commented 10 years ago

Event store data is not critical, because it can always be redownloaded and rebuilt from the cloud data. In that sense, it should not be backed up.

To prevent it being backed up, set metadata, as described here: https://developer.apple.com/library/ios/qa/qa1719/_index.html

drewmccormack commented 10 years ago

Added in 35bee6533bee8f084eabdc56e7aa4c3079032f85