5

I had the misfortune of submitting an app with an NSLog still active. It very rarely fires, but I would like to know what are the chances of my app being rejected because of that?

I am NOT asking how to supress NSLogs. I already know how to. It is just a stray NSLog which made it in by mistake.

John Smith
  • 12,491
  • 18
  • 65
  • 111
  • So what happened? Did the app get rejected on grounds of having too many NSLogs, or was the accepted answer on the money? – Dan Rosenstark Jan 03 '12 at 00:19
  • @Yar: no, it went through with no problems at all. I later sent in a corrected version, but I doubt they noticed the issue. – John Smith Jan 03 '12 at 01:34
  • Thanks, I really appreciate it. I think I removed mine, but some aggressive GIT operations after-the-fact leave me in doubt :) – Dan Rosenstark Jan 03 '12 at 01:38

1 Answers1

10

I don't think there will be any problem. I've submitted several apps containing NSLog output which were accepted flawlessly.

tobiasbayer
  • 10,269
  • 4
  • 46
  • 64