jroyce
jroyce

Reputation: 2148

How do I download an sqlite database from an app on my iPhone?

I made an iPhone app that allows data entry. Over the past month I have been using it and input a lot of data that is now only on my iPhone in the sqlite database used by the app. I want to get the data off my phone now and store it somewhere else.

Is there anyway to access the sqlite database on the iPhone? If so can this data be updated externally or would the database need to be "re-embedded" and copied back over to the iPhone at build?

Upvotes: 1

Views: 1095

Answers (2)

nevan king
nevan king

Reputation: 113747

If it is a development version, you can download data in Xcode. Plug in your device and find it in the area you do provisioning. Look for your app icon and there's a download button.

Upvotes: 2

JacobFennell
JacobFennell

Reputation: 468

Try the iPhone Backup Extractor. http://www.iphonebackupextractor.com/

Upvotes: 3

Related Questions