You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I worked with a guy named Tom who gave me this great advice. "The first thing you write should be your logger." Here is my logger for iOS apps. It is ObjectiveC macro based wrapper for NSLog.
You can categorize your log messages and write them out conditionally. Finally when you are ready to ship, all of your logging messages are compiled out of your archive protecting your proprietary info and preventing your app from spamming the iOS console.