I have successfully downloaded an sqlite datafile from my testing app on my provisioned iPhone using the Xcode organizer. How might I upload an sqlite file to the iphone to replace the data store that I am using in my app?
I have successfully downloaded an sqlite datafile from my testing app on my provisioned
Share
I recently discovered the answer to this question: You can just include the relevant SQLite file in your app bundle, and copy the file onto the location of the actual SQLite file which Core Data uses for its data store.