Android - 可以在多个帐户中使用相同的密钥库文件发布不同的应用程序? [英] Android - Can Publish different Apps with same keystore file in multiple Accounts?

查看:450
本文介绍了Android - 可以在多个帐户中使用相同的密钥库文件发布不同的应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已在Client 开发人员帐户中上载了带有 keystore apk文件。 C $ C>。现在我有另一个应用程序来自同一个客户与不同的开发人员帐户。我是否可以使用相同的 keystore 文件上传签名的 apk 文件,或者我应该使用新的 keystore 文件?请帮助我... Key Store有一系列数字证书, 。它们用于验证应用是否来自真正的源。

套餐名称+签名组合必须是唯一的,即一个应用不能有多个官方发布商:


  1. 设备不会更新具有不同签名的相同应用程序包。

  2. Play商店不会让您使用不同的签名更新相同的包文件。

但发布商可以发布多个应用:


  1. 设备可以有许多具有不同软件包名称但具有相同签名的应用程序。

  2. Play Store可以托管许多具有不同软件包但签名相同的应用程序。 li>

除此之外,每个Play商店帐户都有一个唯一的许可证密钥,与签名不同,它与帐户绑定。您不能将一个帐户的许可密钥用于从其他帐户发布的应用。



就Google政策而言,我认为他们不会限制每次签名开发者帐户截至目前。


I have uploaded signed apk file with keystore in Client Developer Account. Now i have an another application from the same client with different Developer Account. Can i upload signed apk file with the same keystore file or shall i use new keystore file? Please Help me...

解决方案

Key Store has a collection of digital certificates, which are unique to a publisher, like your signature. They are used to verify that Apps come from a genuine source.

Package name + signature combo must be unique, i.e. one App can't have multiple official publishers:

  1. Device won't update same App package with different signature.
  2. Play store won't let you update same package file with different signature.

but a publisher can publish multiple apps:

  1. Device can have many Apps with different package names but same signature.
  2. Play Store can host many apps with different package but same signature.

Apart from that, each Play Store Account is given a unique Licence key, unlike signature, its bound to the Account. You can't use one Account's Licence Key for an app published from other account.

As far as Google policy is concerned, I don't think they limit 1 signature per developer account as of now.

这篇关于Android - 可以在多个帐户中使用相同的密钥库文件发布不同的应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆