When I tried to upload my app on Play Store which I made using Unity, I got this error : “You uploaded a debuggable APK”.
How to fix this?
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
If you face “You uploaded a debuggable APK” Error while uploading to play store, fix this way. Avoid the debug variant output when taking a android build for unity.
Build a release apk instead of debug one. On Android Studio click on menu Build -> Generate Signed APK. Or by executing ./gradlew assembleRelease.