简体   繁体   中英

Google Play Developer Console shows app as unsigned

I got the error: JAR_SIG_NO_SIGNATURES , when I try to publish my brand new app on the Play Store. I have tried checking the V1, V2, and both boxes together, none of them solved the issue. That seems to be the only solution I can find.

I am using app-release.apk and there are no errors upon the signed APK being built.

Just because you generate release type of your .APK doesn't mean it's being automatically signed. You need to get familiar with this steps to sign your app.

Bottom line, you need to generate a release key that will be used to sign your builds. This can be done various ways, the easiest one being following Android Studio IDE steps in

Build -> Generate Signed Bundle / APK

I realised as I took the screenshots that I wasn't logged into the owner account and hadn't yet accepted the terms of service to allow Google to manage app signing.

I contacted Google and asked for the owner email, which happened to be one I made years ago, then was allowed to accept and upload my app. Thanks all.

This is now resolved.

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