Hi everyone.
I just send my windows store build to my client and, surprise, he has a development console displayed in the app. How do I remove it? I don’t understand why it is displayed even though I didn’t chose “development build” in my build settings.

I did some research and found a similar issue with the webplayer having some “development console” settings. Is there any documentation on this for windows store?
Thanks to anybody that can help.
Build a Master configuration in Visual Studio.
Thanks for your answer but could you elaborate and link me to some documentation about this?
I only did the Unity part of the project and delivered the build folder to my client as he asked. So I need to know who has access to that option and where.
Thanks.
When you build for windows store using Unity it create a visual studio solution as the build output. Open that solution and change the build mode from debug to master.
1 Like
Thanks for the details, I’ve found it. I’m still waiting for my client to confirm it worked but it should.