Need help on how to store data
Hi,
I'm new to iphone dev and even if i read some books and do some coding, i'm face to a problem.
My app is GETing data from a webserver with a JSON file. But I'm wondering what is the best way to store datas on the iphone to allow an offline access :
- copy the json file on iphone an read datas from it
- use sqlite
- use coredata
- something else ?
I'm struck for now cause I don't know what's the best way.
TIA
|