将多个证书签名迁移到单个证书



我的组织android应用程序使用2个Keystore文件签名。因此,在Play Store上进行应用程序签名时,我收到以下消息

Your app cannot be enrolled into App Signing because of the following reasons:
We do not support enrolling apps signed with multiple keys

因此,想知道是否有任何方法可以从2个证书签名转移到1个证书,在Play Store 中保留相同的应用程序

不幸的是,这在今天是不可能的。

为了让应用程序更新生效,Android框架要求应用程序由相同的证书签名,因此无法更改证书。唯一的选择是创建一个新的应用程序(即新的程序包名称(。

安卓系统引入了密钥轮换,这可能有助于解决这种情况,但不幸的是,Play至今仍不支持它。

最新更新