Codebeef
Codebeef

Reputation: 43996

How do I access the SQLite DB my app uses on the iPhone

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?

Upvotes: 0

Views: 1028

Answers (1)

diederikh
diederikh

Reputation: 25271

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.

Upvotes: 4

Related Questions