在 Play 管理中心发布非官方版本的 Telegram

Publishing an unofficial version of Telegram in Play Console

我的应用程序是 Telegram 应用程序的非官方版本,已在 Play 商店中发布。对于第一次发布和之后的一些更新,从 Google 登录没有问题。但是我的最后更新被拒绝如下:

Issue: Need login credentials for app review In order for us to review your app for compliance with Developer Program Policies, we will need you to provide valid login credentials for your app. If users need credentials to access your app, please provide all appropriate credentials via Play Console. If you previously supplied credentials, please ensure that they have not expired. If your app normally uses 2-Step Verification (e.g. SMS verification), biometrics (e.g. a fingerprint or face scan) or a location-dependent password (e.g. geo-gate), please provide valid demo credentials that we can use instead.

我的问题是如何为 Play 商店提供一个帐户来审查我的应用程序?或者是否有 Telegram 的模拟账户可供查看? 谢谢

我最近遇到了类似的问题,这是我的解决方案。

  1. 首先,我找到了这个文档。 Here you can find these test phone numbers/accounts which you can 使用。
  2. 在 BuildVars 文件中,我设置了 DEBUG_VERSION 和 DEBUG_PRIVATE_VERSION 为“真”。
  3. 部署一个应用程序并检查它如何与测试帐户一起使用。别 忘记:勾选“测试后端”复选框是非常必要的, 否则,Telegram 测试帐户将无法使用!
  4. 我在 Google Play 控制台中启用了“托管发布”(它 允许您发送 Bundle 进行审核并手动将应用发送至 如果需要,可以在之后制作)。
  5. 我描述了 Google 游戏团队应该如何使用这些 在 Google Play 中的 App Content -> App access 中检查我的应用程序的帐户 控制台。
  6. 审核通过后,我又建了一个Bundle,里面设置了 DEBUG_VERSION 和 DEBUG_PRIVATE_VERSION 都返回到“false”并且 再次将此捆绑包发送给评论(此版本将转到 生产)