Question

I've got a live app on the app store that's producing some strange results when the user upgrades versions that I can't reproduce in my dev environment. Does anyone know of a way to inspect the core data store of a live iPhone app?

Was it helpful?

Solution

What do you mean by live? As it is running (with something like a debugger)? Or just "real-life end-user data" from an installed application?

In the latter case extracting the SQLite database contents from an iPhone backup could be of help.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top