首页 > 解决方案 > Replacing apk file in play store after update to project

问题描述

I have a question in regards to generating APK files and uploading them to google play store.

I have uploaded my apk currently in the play store. Now I sent my project to a developer to make some changes. When they send me the project back, I am guessing I will need to generate the apk signature again from android studio with the same keystore credentials as before.

If I do this and upload that apk to the playstore to replace the previous one, will the upload work or will there be a signature mismatch? I just want to know what's the correct procedure.

Thanks

Update:

So do I perform the following?

enter image description here

And then here do I keep the settings as is or do I untick the two tick boxes related to full apk signature and jar signature?

enter image description here

标签: androidgoogle-play

解决方案


将应用程序上传到 Play 商店后,您下次上传新版本时唯一需要确定的是,使用相同的密钥商店和相同的包。

无论如何,如果您不这样做,Play Store 将不允许在现有应用程序上更改密钥。如果您想使用新密钥,则必须在 Play 商店中将其设置为新应用。

你刚才上传的截图过程是正确的。对于签名,您选中两个框,如果您对两个签名之间的差异有疑问,请阅读以下签名版本之间的差异 - V1(Jar 签名)和 V2(完整 APK 签名),同时在 AndroidStudio 中生成签名的 apk?


推荐阅读