is NSLog() stored on the device (iPhone etc)? If so, where?

Viewed 9879

Should all NSLog() calls be deleted in the final app for iTunes?

In my iOS app, I've got lots of NSLog() for debug. Should I conditionally code them out before uploading to iTunes?

This is for an app for: iPhone, iPod, iPad

Thanks.

6 Answers
Related