I am creating an iphone that needs to get data daily then when the app opens the app displays the data basically. What is the best way to....
A. Store the data (a sqllite db that I delete every data then populate?)
B. How would I get the data as well as what form of data can I read into the db (xml?)
I was thinking I have to create a web service that returns xml data and consume it somehow in the load event to populate the db. Is this the only way, or is there an easier approach.
Bear with me I am new to iphone development.