Best practice? iphone: sync data
- by Andy Jacobs
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?
..?