在上传到 Android 市场之前签署应用程序
我已将我的第一个应用程序上传到 Android 市场。在此之前,我必须签署申请表。这是我第一次,所以有些事情我不知道。 1.以后如果我的应用程序更新了新版本,我是否必须签署新版本? 2. 我可以对所有应用程序使用相同的密钥吗?还是必须为每个应用程序签署一个唯一的密钥?
提前致谢。
I have uploaded my first application to android market. Before doing that, I had to sign the application. This is my first time so there are something I have not known.
1.In the future, if I update new version for my application, do I have to sign for the new version or not?
2. Can I use the same key for all applications or do I have to sign for each application one unique key?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用相同的签名密钥对所有应用程序进行签名,并且要在 Android 市场上更新您的应用程序包,您需要使用先前版本中使用的相同签名密钥对应用程序进行签名。
You can sign all of your applications with same signing key, and to update your application package on android market you need to sign application with same signing keys, which has been used in previous version.