How to backup data stored with Core Data - iPhone app?

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-05T04:33:21Z Indexed on 2010/05/05 4:38 UTC
Read the original article Hit count: 209

I'm using sqlite for the persistent store, so could I just upload the .sqlite file to, for example, Amazon S3 as a way of providing users with the ability to backup their app data? Then for restoring just download it back and replace the existing .sqlite file in the app's folder.

Does anybody see any issues with that? Has anyone done it? Any other suggestions on how to implement data backup feature?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch