Do the debug information have any incidence on released applications ?

You must Login before you can answer or comment on any questions.

is there any difference between the debug level (warn, info, debug..) when the application is packaged to be released on the appstore ? i mean, is there any incidence on application speed, memory etc.. ?

— asked 2 years ago by BSoft Co
0 Comments

1 Answer

I've wondered that myself. But, I haven't found any difference with them in or out when running on an actual device. At least on Android, the system is constantly logging information. You can view those log messages if you connect your phone and use the ADB tool. I haven't tried, but I'm pretty sure you can with XCode and an iOS device, too.

My app is in the store (both) and it didn't affect Apple's approval. YMMV.

Your Answer

Think you can help? Login to answer this question!