I have written an application that uses an sqlite3 database. I have no problem with adding the database to the bundle, then copying that database to the documents directory and then reading the database file.
Handling the file is not an issue.
But.... I want to be able to change the database file periodically and upload that to the iphone, I don't want to have to recompile the application each time the database changes.
I believe it is possible to have the application download a new file from the web and use that. But is there some other method that can be used?
This is a business app that won't be on the App store.
Thanks
Jay
Handling the file is not an issue.
But.... I want to be able to change the database file periodically and upload that to the iphone, I don't want to have to recompile the application each time the database changes.
I believe it is possible to have the application download a new file from the web and use that. But is there some other method that can be used?
This is a business app that won't be on the App store.
Thanks
Jay