android - 关于 Google Play 应用签名

标签 android google-play google-play-console

当我登录到我的 Google Play 开发者控制台时,我看到了这个:

enter image description here

我了解 Google Play App Signing有效,通常它会代表您保留应用签名 key ,我需要使用另一个所谓的“上传” key 来签署我的应用并提交到 Google Play 控制台进行应用签名。

但是,我的问题是:

半年前我已经在未使用 Google Play 应用签名的情况下发布了我的应用,现在,如果我选择加入 Google Play 应用签名,是否会影响我已经发布的应用?或者,如果我切换到 Google Play 应用签名,我发布的应用会顺利进行吗?

最佳答案

Would it affect my already released app? Or Does it go smoothly with my published app if I switch to Google Play App Signing?

不,它不会影响您已经发布的应用程序。如果您切换到 Google Play 应用签名,它将与您已发布的应用顺利进行。

但一旦您选择加入重要提示:应用签名选择加入是永久性的

我过去对我的几个应用程序做过同样的事情,而且一切都运行良好。

选择加入后,您的原始应用签名 key 将上传到 Google Play,您将使用新生成的上传 key 对新版本进行签名。

进一步更新的构建将通过上传 key 在本地或开发机器上签名。将已签名的本地构建上传到 Google Play 后,Google Play 将删除您的 key 并使用您的原始应用签名 key 再次签署 apk。

Existing apps

关于android - 关于 Google Play 应用签名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45920442/

相关文章:

android - react native : Version code too big for Android using enableSeparateBuildPerCPUArchitecture

google-play - Play商店退款所有用户的购买问题

android - 播放控制台 : How does "Internal Test Track" work after completing Review?

android - 是否可以在非 root Android 上创建虚拟输入设备?

android - 如何实现注销功能

android - 在 Google Play 上提交已暂停应用的合规版本

java - 无法从 Google 的 IAB 框架捕获 IllegalStateException

google-play - Play 商店 2020 : Is there a review process for "promoting" an app from closed testing to production?

php - 通过 API 保护来自 Android 应用程序的 GET 请求

java - 为什么我的 ImageView (Android Studio) 的图像仅在 onClick-Method 结束时发生变化?