How to sign APK in release mode?

Building my apk in unity and upload it in google play:

ou uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play.

You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode

What the solution ?

You need to sign your application with a keystore.

See Signing Your Applications on Android Developers to understand how Android applications are signed.

See Android Player Settings on Unity Manual to understand how you can use your keystore in Unity.

Build release version not dev?

Uncheck that:

57927-uncheck.png

AndroidManifest > android:debuggable=“true”> yerine FALSE yapıp kaydedin. Sorun çözülecektir.

Unity 2019 sürümlerinde bile AndroidManifest bulunmaktadır. Unity’i açıp arama kısmına yazıp anında bulabilirsiniz. (Android studio gerektirmez.)