How to disable all logs from being written in release mode including NSLog based logs as well.
Mobile app peneteration tools are basically able to find out NSLog being used.
In native iOS it is easy to do but in xamarin there is no way to disable this.
I couldn't find any compiler flag for disabling this.If I could find a compiler flag for this then I can input that in mtouch and fix the issue.
Any help is welcome
Debug.WriteLineasSystem.Console.WriteLine.