In an iPhone application, what is the best way to retrieve data from an online database? (either SQLite or mysql)
What i want to achieve is to read and write online data within my application.
Also, how developers retrieve info to their apps from a server side resource (xml, json, database table etc.)?