How to view logs from iPhone?

Firdous picture Firdous · Apr 26, 2012 · Viewed 20.9k times · Source

I have place several NSLog() in my iOS application, is it possible to see all the logs later on my Mac that was generated when the app ran on iPhone handset even when iPhone was not connected with Mac. Thanks

Answer

verhage picture verhage · Apr 26, 2012

You can view crash logs from your iPhone in the Organizer.

If you want to view your own log statements, you could consider TestFlight ( http://testflightapp.com ). They offer an SDK which includes features for remote logging.