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

后端 未结 11 1591
情歌与酒
情歌与酒 2020-11-22 05:01

I had uploaded my app to Google Play (back when it was called Android Market) some time ago.

Today I updated the app, but I had deleted the previous keystore and cre

11条回答
  •  温柔的废话
    2020-11-22 05:13

    Nothing. Read the documentation: Publishing Updates on Android Market

    Before uploading the updated application, be sure that you have incremented the android:versionCode and android:versionName attributes in the element of the manifest file. Also, the package name must be the same and the .apk must be signed with the same private key. If the package name and signing certificate do not match those of the existing version, Market will consider it a new application and will not offer it to users as an update.

提交回复
热议问题