tags:

views:

352

answers:

2

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?

+3  A: 

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.

Diederik Hoogenboom
A: 

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

afit