My app has a SQLite database that users can read only. I, the developer, would like to add entries to the database from time to time and make the enlarged database available as a file on a Web server. I'd like the users to be able to "check for updates".
My question is, once a user checks and finds that an updated DB file exists, how can/should the file be downloaded to the iPhone and written over the previous version of the DB?
Does the iPhone even allow files to be downloaded and saved?