简体   繁体   中英

Cannot upload app to google play console, App was signed in debug Mode

As the question says I am not able to upload an APK generated and signed by Unity. It gives me the error saying that the app is signed I debug mode. Things I have already tried

  1. check if the APK is actually signed by the upload key
  2. Check the AndroidManifest of the APK using the aapt tool to check for the debuggable flag set (it wasn't there)
  3. Use Monodevelop to set the app configuration to release
  4. Build the app from Android studio

I can also see that my apkj is signed with the same key as my upload certificate on google play console

在此处输入图片说明

However none of these things work, Google play console still thinks that the app was signed in debug mode

Any idea how I can fix this ?

Do you have the Development Build box checked? Check this link.

在此处输入图片说明

I hope this helps you :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM