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 uplo
Yes, We should remove all the NSLog() calls before uploading to iTunes. That is done mainly for better performance.
Even if u dont remove them, no problem. It will be approved. But if u have lot NSLog() s, the that will def. affect the performance.