Android updating marketplace app using a different signing key

烈酒焚心 提交于 2019-12-23 19:53:09

问题


Developer signed an app with his personal keystore but it should have been the company's keystore.

Is it possible to update the app in the marketplace using the company's keystore now, and still having streamlined updates to users? Are there any consequences of this?


回答1:


No, you will have to publish the app as a new app in the market. This time signed with the company's key. You will also have to change the package name as it is already used by the app which is already in the store.

When you try to update a app with a version that was signed with a different key Android will show an error to the user telling that the signature doesn't validate.




回答2:


It is impossible to change the signature now that it is in the marketplace. Google's only response will be to change the package name and upload it as a separate application.



来源:https://stackoverflow.com/questions/8106680/android-updating-marketplace-app-using-a-different-signing-key

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!