Problem with the uploading the Apk on Google Play

Hi Guys ! I have a problem with the upload of my Apk on Google Play, He tell me that in my app the debug mode is active… When i build i check “Development Build”, what is the way ? Thank you

I’m not sure if this is completely correct, but a development build usually includes various debugging features built into the executable application, so that if something strange happens like in your scripts, you do something sort of illegal or something that is basically a bug, then instead of making a nasty crash it should exit and tell you some kind of message as to what the problem was. … but it does make the application slower, and bigger. So when you come to making your final attributable application you should make sure it is NOT the development build.

In the development build there is no vendor information so google not accept our builds.
According to google agreement build should be signed before uploading.
When you check Development Build then keystore information wont goes with the build, so its necessary to upload signed apk.

You definitely want “Development Build” to be unchecked. Having said that, I’m not sure if you’re giving us enough information to help you if it is more involved than that.

@Cervelx Please Have a look at this questions … Hope it solves your issues …

Problem with APK

Signing Android Application Unity

Thank you Guys !