Hello MidnightCoders-Team!
I experienced NSLog() messages on the device console when building my App in release configuration using a distribution provisioning profile. Especially the activity when connecting to a server is being output a lot, beginning with the server URL, opening the socket as well as handshake information and ending with the result event (successful, failed). My App deals with secure information and I want to prevent information leak here, also on the level of sending messages (invocations).
I discovered a DEBUG.h file with a "#define IS_DEBUG_ACTIVE NO" in it, but it did not change anything. Someone raised an issue in your bug tracking tool already:
http://bugs.themidnightcoders.com/browse/IOS-7Please respond asap because a decision has to be made whether to use your library.
Thanks, Philipp