google-play - Google Play 商店的用户是否可以代替所有者上传应用程序?

标签 google-play google-developer-tools

假设 A 是所有者。我希望我们团队的 B、C 和 D 用户能够上传我们应用程序的新版本。这可能吗? 来自 this我不太清楚用户有什么样的权限。 如果有人对这部分有任何经验,欢迎。

最佳答案

  1. 您需要 google 帐户详细信息才能登录开发者控制台。

  2. 上传到 Play 商店的任何应用程序都必须签名。

From Google documentation

Android requires that all apps be digitally signed with a certificate before they can be installed. Android uses this certificate to identify the author of an app, and the certificate does not need to be signed by a certificate authority. Android apps often use self-signed certificates. The app developer holds the certificate's private key.

签名的 apk 文件有一个二进制文件,它构建并签名。 只有开发者在自己的电脑上有这个文件。应用程序首次签名并上传到商店后,该应用程序的所有其他版本都必须针对同一二进制文件进行构建和签名。 如果开发人员丢失此文件,他将无法再发布对自己应用程序的更新。

Warning: Keep your keystore and private key in a safe and secure place, and ensure that you have secure backups of them. If you publish an app to Google Play and then lose the key with which you signed your app, you will not be able to publish any updates to your app, since you must always sign all versions of your app with the same key.

(来自同一个链接)

可以向您的开发者控制台添加其他用户权限。
这里是您可以选择共享的权限列表:

  • 创建和编辑草稿应用
  • 修改商品详情、定价和分发
  • 管理生产 APK
  • 管理 Alpha 版和 Beta 版 APK
  • 管理 Alpha 和 Beta 用户
  • 查看财务报告
  • 回复评论
  • 编辑游戏
  • 发布游戏
  • 查看 AdWords 广告系列
  • 制作 AdWords 广告系列

这些权限可以是全局的,适用于帐户上的所有应用程序,也可以仅适用于特定的应用程序。 无论如何,如果您共享管理生产 APK 权限,您还必须共享签名文件。

关于google-play - Google Play 商店的用户是否可以代替所有者上传应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35815189/

相关文章:

javascript - 未捕获的安全错误 : Blocked a frame with origin "https://www.google.com" from accessing a frame with origin "http://my.site.com".

javascript - 当数据表为全局时,Google 图表无法工作

android - 在设备或桌面上用于谷歌播放的二维码重定向

Android Studio、Gradle 根据 flavor 构建时使用不同的代码

angular - 错误类型错误 : Cannot read property 'length' of undefined

css - 编辑 AWS 上托管的 MediaWiki 菜单

android - Google Play 商店内部测试无法开始推出

react-native - 与Signal R相关的功能在Play商店中发布的应用中不起作用

android - 连接VPN后没有下载应用程序