简体   繁体   中英

The apk must be signed with the same certificates as the previous one

I am trying to upgrade my previous version app into the Android market,but it shows an error as "The apk must be signed with the same certificates as the previous one". I am also having previous version apk file.but dont know how to solve this certificate issue..Can someone pls guide me the steps on how to upgrade this new version app?

You should definitely read this:

http://developer.android.com/guide/publishing/app-signing.html

When you published the app the first time you must have used a certificate - it's mandatory. To upgrade the app you must use the same certificate to sign the upgraded app.

If you lost the certificate, there is no way to perform upgrade. You will need to remove app from market and add a new one. This will not upgrade the app for existing users.

要升级,任何应用程序证书必须与以前相同,或者可以通过安装整个应用程序然后再次重新安装来完成

只需使用与上一个应用程序相同的键盘工具即可。

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