Using PhoneView during iOS Development
If you’re debugging an iOS app on-device, and need to access data that you’re storing somewhere within the app’s home directory, just fire up PhoneView and click on the Apps section. Easy!
If you’re debugging an iOS app on-device, and need to access data that you’re storing somewhere within the app’s home directory, just fire up PhoneView and click on the Apps section. Easy!
Some useful tools & tips for debugging iOS apps which connect to web services:
Debugging in the iPhone Simulator
Debugging On-Device
[This is an old post that I’ve brought over from the old vinnycoyne.com blog. I’ve updated the download links to point to the repo over on GitHub]
I’m currently testing & debugging an iOS app, which is logging quite a bit of location-related data using NSLog(). This is fine when I’m tethered to my MacBook Pro, but it’s not so great for testing in the field.
So, rather that lugging around the MBP, I decided to make use of the various iOS devices I have lying around and turn them into a console for NSLog() data. It’s pretty basic right now (and not exactly production-ready), but it works well.