简体   繁体   English

Google Play 应用签名证书和上传证书在 Google Play 控制台中创建了相同的 SHA1 密钥

[英]Both Google Play App Signing Certificate and Upload Certificate created Same SHA1 key in Google Play Console

Recently i opted Google Play console App Signing feature into my existing app using "Export and upload a key from a Java keystore" option in Release Management->App Signing.最近,我使用 Release Management->App Signing 中的“Export and upload a key from a Java keystore”选项在我现有的应用程序中选择了 Google Play 控制台应用程序签名功能。

I had followed the first 3 steps and uploaded the "App Signing Private key".我遵循了前 3 个步骤并上传了“应用签名私钥”。

After this step, I got the "App Signing Certificate " and "Upload Certificate" having the same SHA1 Fingerprint Certificate for both.在这一步之后,我获得了具有相同 SHA1 指纹证书的“应用签名证书”和“上传证书”。

Does anybody face this issue in Google Play console?有人在 Google Play 控制台中遇到过这个问题吗? TIA TIA

The App Signing Certificate and Upload Certificate have same SHA1 when we tried to upload the keystore of an existing app in the play store.当我们尝试上传 Play 商店中现有应用的密钥库时,应用签名证书和上传证书具有相同的 SHA1。

Solution Which worked for me:(To change the SHA1 in Upload Certificate)对我有用的解决方案:(更改上传证书中的 SHA1)

-->Create a new keystore file using the exisitng keystore. --> 使用现有的密钥库创建一个新的密钥库文件。

-->Upload the new key into the "App Signing" section under keystore management. --> 将新密钥上传到密钥库管理下的“应用签名”部分。

It will take 24-48hrs to reflect the new SHA1 in Playstore console.在 Playstore 控制台中反映新的 SHA1 需要 24-48 小时。

*contact google play store customer support for more details regarding this. *请联系 google play 商店客户支持以获取有关此的更多详细信息。

*Note: If you are releasing test build through play store for testers, use the test SHA1 key(if app is having any google services which requires) which is completely different from the upload certificate in the console. *注意:如果您通过 Play 商店为测试人员发布测试版本,请使用与控制台中的上传证书完全不同的测试 SHA1 密钥(如果应用程序具有任何需要的谷歌服务)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Google Play 控制台中为多个应用使用相同的上传证书 - Using the same upload certificate for multiple apps in Google Play Console 谷歌地图密钥(SHA1)证书 - google map key (SHA1) certificate Google Play 控制台安装失败 SHA1 - Google Play Console installation failed SHA1 无法在 Google Play 上传应用程序,证书无效 - Failed to Upload an app on Google Play, certificate not valid 我可以上传一个带有新证书的APK,其中包含一个新的SHA1密钥来玩商店 - Can I upload one APK with a new certificate which contains a new SHA1 key to play store Google App Engine教程,无法获取签名证书指纹(SHA1) - Google app engine tutorial, can't get Signing certificate fingerprint (SHA1) 如何配置build.gradle以使用Google Play App签名上传证书 - How to configure build.gradle to use Google Play App Signing upload certificate 使用Google Play应用签名将同一应用签名证书与其他应用一起使用 - Use the same App-Signature-Certificate with different apps using Google Play App Signing “应用程序签名证书”和“上传证书”的SHA1分别属于两个不同的密钥库。 这怎么可能? - The SHA1 of “App signing certificate” and “Upload certificate” each belong to two different keystores. How is this possible? Expokit SHA1签名证书 - Expokit SHA1 Signing certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM