是否可以以帐户管理员的身份更改已部署到Play商店中的android应用程序的密钥库?
我们已经在Play下部署了一个android应用. 是否可以更改当前密钥库?原因:目前我们有一个开发团队,并且该团队将在1年内被淘汰. 我想知道是否有可能在不询问他们的情况下获得当前版本"(我们是应用程序的所有者-我在Play中拥有管理员帐户),替换了此当前版本"并发布和发布了新版本的应用程序,但使用包,同名. 我们希望用户不要下载新版本,而是要自动更新.
We already have an android app deployed under Play. Is it possible to change current keystore? Reason: currently we have a development team and this team will be discarded within 1 year. I would like to know if it is possible to get 'current one' without asking them (we are owners of app - I have admin account in Play), replace this 'current one' and publish and new version of app, but using same package, same name. We intend users not to download new version, but to have it automatically updated.
恐怕这是不可能的.您应该在此处阅读更多信息: Google App签名:
I'm afraid that it's impossible. You should read more here: Google App Signing:
您可以选择管理自己的应用程序签名密钥和密钥库,而不是使用Google Play应用程序签名.如果您选择管理自己的应用程序签名密钥和密钥库,则负责保护密钥和密钥库.您应该为密钥库选择一个强密码,并为密钥库中存储的每个私钥选择一个单独的强密码.您必须将密钥库保存在安全的地方.如果您无法访问应用程序签名密钥或密钥被盗用,Google将无法为您检索应用程序签名密钥,并且您将无法向用户发布新版本的应用程序作为对原始应用程序的更新.
Instead of using Google Play App Signing, you can choose to manage your own app signing key and keystore. If you choose to manage your own app signing key and keystore, you are responsible for securing the key and the keystore. You should choose a strong password for your keystore, and a separate strong password for each private key stored in the keystore. You must keep your keystore in a safe and secure place. If you lose access to your app signing key or your key is compromised, Google cannot retrieve the app signing key for you, and you will not be able to release new versions of your app to users as updates to the original app.
为避免丢失您的keystore
,最好的方法是使用 Google Play应用签名:
To avoid losing your keystore
, the best way is using Google Play App Signing:
如果您丢失了密钥库或认为密钥库可能已被盗用,则可以使用Google Play应用签名来请求重置您的上传密钥.如果您没有注册Google Play应用签名并丢失了密钥库,则需要使用新的程序包名称发布新的应用.
If you lose your keystore or think it may be compromised, Google Play App Signing makes it possible to request a reset to your upload key. If you're not enrolled in Google Play App Signing and lose your keystore, you'll need to publish a new app with a new package name.