android - Google Play Store 是否向 "Beta App Update"发送 "Beta Testers"通知?

标签 android notifications google-play apk beta-testing

我的问题与提出的问题 here 更具体一点

我的应用尚未发布到生产环境中。我们已在 Play 商店发布了该应用的几个测试版。

我的问题是Google Play 商店会向“Beta 测试人员”发送“Beta 应用更新”通知吗?

例如我的应用程序之前的 Beta 版本代码是 4,已经有少数 Beta 测试人员可以使用,我在 Beta 本身中将应用程序版本代码更新为 5,现在我的 Beta 测试人员会收到来自 Google Play 商店的应用程序更新通知吗?

这是我的第 5 次 Beta 应用更新,但到目前为止,没有一个 Beta 测试人员收到我们所做的每个应用更新的应用更新通知。

How does it relate with the OPEN Beta Testing and CLOSED Beta Testing?

Is it that Google Play Store only sends app update notification to Production App Updates?

官方文档的任何建议和引用链接都会有所帮助。

最佳答案

找了一段时间后,才知道是

  1. 在一台设备上使用 2 个 Gmail ID 和
  2. 非测试人员(尚未“成为测试人员”)其他设备中的 Gmail ID。

当我们从 Play 商店中删除一个电子邮件 ID 并要求“成为一名测试员”时,我们不得不等待通知才能收到,但我们没有再次收到。

第二天,我的同事帮我找到了this :

Nothing with Google Play is automatic. They have a caching system much like Apple App Store among others. According to this caching system, once or twice a day the cache system gets flushed and the market (Play Store) gets updated about this data. At some point after that, the updates get pushed. This can be a multi-day process unfortunately. If you've not missed any setting then, i guess, all you can do is wait a while (at least next 24 Hrs after the update is live).

是的!!!!在将近 24 小时的等待时间后,我们收到了来自 Play 商店的Beta App Update通知。在某些情况下时间可能会更少,但我不知道为什么我们花了这么多时间。

我希望这可以帮助寻找类似答案的人。

关于android - Google Play Store 是否向 "Beta App Update"发送 "Beta Testers"通知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41955217/

相关文章:

java - 在android中,我如何处理由大字符串数组引起的内存崩溃(可能)?

ios - 了解启动 iOS 应用程序的可能性

android - NotificationCompat.Builder 缺少 build() 方法

Android keystore 密码更改

android - 禁止 gradle 清理一些文件夹

Android:提高应用搜索结果排名

android - Fling on ListView - 什么方向?

android - 属性缺少 Android 命名空间前缀

ios - 重复间隔对于本地通知无法正常工作 (Swift)

android - 如何在 TextView 中显示当前设备的 IMEI?