gpt4 book ai didi

android - 如何自动下载 Google 签名的通用 APK 以在 Google Play 之外分发?

转载 作者:行者123 更新时间:2023-12-04 23:49:56 27 4
gpt4 key购买 nike

我有使用 Play 应用签名的应用。我想将应用程序上传到华为应用程序库。 Google 建议从 bundle explorer 下载签名的通用 APK,然后上传到 Google Play 之外的商店。

If you also distribute your app outside of Google Play or plan tolater and want to use the same signing key, you have two options:

  • Either let Google generate the key (recommended) and then download asigned, universal APK from the app bundle explorer to distributeoutside of Google Play. You can also download signed APKs from theGoogle Play Developer API.
  • Or you can generate the app signing keyyou want to use for every app store, and then transfer a copy of it toGoogle when you opt in to Play App Signing.

https://support.google.com/googleplay/android-developer/answer/9842756?hl=en
如何使用 FaSTLane 自动执行此操作,这样我就不需要每次都从 bundle explorer 手动下载通用 APK?

最佳答案

我建议使用 Google Play Store Developer API 生成您自己的脚本
这是引用页面
https://developers.google.com/android-publisher/download-apks
您可以按照此页面了解如何为下载脚本生成 token
https://developers.google.com/android-publisher/getting_started
如果您不熟悉该过程,生成 token 可能会有点棘手,但该过程的其余部分很容易,

  • 生成承载访问 token
  • 使用 token 和您的包名生成编辑 ID
  • 使用编辑 ID 上传您的 Bundle 和反混淆文件
  • 更新您的编辑
  • 提交您的编辑
  • 获取可用的已签名 APK 列表
  • 下载您签名的 APK

  • 请记住,如果您在第 3 步中上传 APK,则必须上传 bundle ,因为没有签名的 APK API。
    此外,最好在第 5 步中更新您的编辑以使用草稿状态,它使您能够在发布前测试已签名的 APK。
    您可以在我分享的链接中找到所有 API 的详细信息

    关于android - 如何自动下载 Google 签名的通用 APK 以在 Google Play 之外分发?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66796864/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com