简体   繁体   中英

Update unsigned android apk in play store

We have an app published on play store and the developer has given us the unsigned app. How do we proceed in updating the existing app without it being signed? Is it possible to update an existing app with an unsigned apk after we sign it?

It is not possible to publish unsigned APK on Google Play.

Ask from your developer for

1) source code, 2) KeyStor file[.jks file] 3) Keystore password, 4) keyAliase password
5) Generate new signed APK using keyStore file provided by your developer 6) after generating new signed APK, you can update your existing google play application by new APK.

You cannot upload to Google Store a not signed and not aligend APK. Ask your developer to give you the signed and aligend APK. Or you can ask them to provide the key to you so you can sign and align it yourself using that key .

https://developer.android.com/studio/publish/app-signing.htmlhttps://developer.android.com/studio/command-line/zipalign.html

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