Best practice? iphone: sync data

Posted by Andy Jacobs on Stack Overflow See other posts from Stack Overflow or by Andy Jacobs
Published on 2009-05-11T07:48:44Z Indexed on 2010/05/19 8:00 UTC
Read the original article Hit count: 403

So i'm working on a project where there is data visualization.

My ultimate goal is that i have a set of data shipped with the download of the iphone app. But i want it connected to a backend, that if the iphone has a connection with the internet. it can sync the changes from the backend.

The syncing is no problem or the connection between the backend & the iphone.

But what should i use as data storage on my iphone? what is the best way. my data is purely text and doesn't have to be secure.

But it's main feature should be updating certain parts of data ( adding and deleting are not so important )

so what is the easiest (read: least time consuming development ) or the best way?

  • sqlite?
  • plist?
  • ..?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about data