vote up 0 vote down star
1

Is there any way of getting the SQLite DB off my iPhone so I can view the data in it?

I've managed to get the DB on my iPhone into an odd state, and rather than keep trying to replicate in simulator, I'd like to investigate the state of the DB from my dev install.

Is this possible?

flag

2 Answers

vote up 2 vote down check

Please check out Andy Finnell's Blog post

In a nutshell you can use either XCode to get your application's data or use the iTunes iphone backup functionality.

link|flag
vote up 0 vote down

You could extract the database from your backup using an iPhone backup extractor, then use the SQLite Browser to check it out.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.