android - 如何在不授予 Google 签名权限的情况下发布 App Bundle?

标签 android google-play

在 Milena Nikolic 的 "What's New in Google Play"
作为 Google #android11 的一部分的演示文稿发射,她说:

As we continue to improve the App Bundle, we expect it to become a requirement for all new apps sometime in 2021.


我在文档中看到的所有内容都表明,在 Play 商店中使用 App Bundle 的唯一方法是使用他们的 Play App Signing 服务,例如:

Enroll into app Play App Signing. Otherwise, you can't upload your app bundle to the Play Console.


(来自https://developer.android.com/guide/app-bundle)

If you build and upload an Android App Bundle, you must enroll in app Play App Signing.


(来自https://developer.android.com/studio/publish/upload-bundle)

And, because app bundles defer building and signing APKs to the Google Play Store, you need to opt in to Play App Signing before you upload your app bundle.


(来自https://developer.android.com/studio/publish/app-signing)
但是,谷歌的文档有很多空白。
那么,是否有一个我缺少的选项,我可以通过 App Bundle 分发应用程序而不使用 Play App Signing?例如,也许我可以使用 bundletool构建单个 APK 位,在本地对其进行签名,然后上传这些结果。

最佳答案

只是为了确认文档所说的内容,需要使用 Play App Signing 才能在 Google Play 上与 App Bundle 一起发布。
资料来源:我在 Google 的 Android 团队工作。

关于android - 如何在不授予 Google 签名权限的情况下发布 App Bundle?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63237657/

相关文章:

android - Asynctask 在调试版本中正确执行,但在发布版本(已签名的 apk)中无法更新 UI

android - 某些测试人员无法使用 Android 中的 Beta 测试应用程序

android - 不同语言的 Google Play 应用说明

android - DexArchiveBuilderException

java - Android 和 Java 上的 RabbitMQ

android - 如何将 APK 从 TFS 部署到 Google Play?

android - 如何在android中跟踪下载

google-analytics - Google Play政策更新-隐私与Google Analytics(分析),Firebase Analytics

android - fragment 转换可视化清除数据(android)

android - 设计 View 中的数据绑定(bind)