Remote Backup User Data on iPhone

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-04-20T00:07:32Z Indexed on 2010/04/20 0:13 UTC
Read the original article Hit count: 653

I wrote a few iPhone apps using Core Data for persistent storage. Everything is working great but I would like to add the ability for users to back up their data to a PC (via WiFi to a PC app) or to a web server.

This is new to me and I can't seem to figure out where to begin researching the problem. I don't want to overcomplicate the issue if there is an easy way to implement this.

Is anyone familiar enough with what I am looking to do to point me in the right direction or give me a high level overview of what I should be considering?

The data is all text and would be perfectly stored in .csv files if that matters.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c