confusing quot;Upload failedquot; message in Google Play Console(令人困惑的“上传失败Google Play 控制台中的消息)
问题描述
我想向 Google Play 添加一个新应用.我已经有一些应用程序签名并发布到谷歌播放.都用同一个钥匙.现在有了新消息,我收到了消息:
I would like to add a new App to Google Play. I have already some apps signed and published to google play. All with the same key. Now with the new one I get the message :
Upload failed
You uploaded an APK that is signed with a key that is also used to sign APKs that are delivered to users. Because you are enrolled in App Signing, you should sign your APK with a new key before you upload it.
在控制台中如下所示:
我不确定它是否与Google Play 应用签名"有关?
I am not sure if it has something to do with "Google Play App Signing" ?
有人可以帮忙吗?
在创建第一个版本的步骤中,有一个名为重用签名密钥"的按钮.如果我想像以前的应用程序一样签署应用程序,那是我应该点击的吗?
In the step of creating the first release, there was an button called "Reuse signing key". Is that what I should have clicked, if I want to sign the app like my older ones ?
推荐答案
在 Google Play 应用签名 Google Play 为您签名应用.您应该使用称为上传密钥的新密钥上传签名.
In Google Play App signing Google Play signs the app for you. You should upload signed with a new key, called the upload key.
如果您真的希望它使用与您的其他应用相同的密钥进行签名(我不推荐这样做),那么您应该为该应用选择退出 Google Play 应用签名.
If you really want it signed with the same key as your other apps (I wouldn't recommend this) then you should opt-out of Google Play app signing for this app.
这篇关于令人困惑的“上传失败"Google Play 控制台中的消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:令人困惑的“上传失败"Google Play 控制台中的消息
基础教程推荐
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01