Deploying writeable SQLite database?
I have an iPad app. It uses SQLite and the database has to be writeable. I understand this database has to be "outside the bundle" and independent of the app to allow writing. How do I deploy it then for users on iTunes?
iPad