ios - Should I release an app to the App Store with print statements in it? -
i intend release app app store (after testflight). have quite few view controllers print statements in them. print statements testing purposes (debugger) , user never see them.
will make difference if or don't include print statements inside app once release it?
will print statements make difference far reducing speed when switching between scenes if milliseconds?
can rejected including them inside app?
in couple of vcs print uids clarity on part. there security risks including print statements in app?
i assume using swift, print safe, appstore builds. not going rejected , it's not security risk either.
print, unlike similar nslog, not going produce logs anywhere visible user (e.g. in xcode device console).
more info on difference between print , nslog: swift: print() vs println() vs nslog()
Comments
Post a Comment