Does Google Play send update notification to Beta Testers?(Google Play 是否会向 Beta 测试人员发送更新通知?)
问题描述
我已经构建了一个应用程序并使用一个 URL 将 apk(正确签名)分享给了几个 beta 测试人员,不是市场.
I've built an application and shared the apk (properly signed) to a few beta testers using an URL, not the Market.
现在我的应用已准备好上市,我想知道是否会向 beta 测试人员显示更新"通知.
Now my app is ready to go to the Market and I would like to know if an "update" notification will be displayed to the beta testers.
测试版:android:versionCode="4"
准备上市版本:android:versionCode="6"
推荐答案
是的,如果满足以下条件,Google Play(Android Market) 将向 Beta 测试人员发送通知
Yes, Google Play(Android Market) will send the notification to the Beta testers provided following are fulfilled
- 市面上APK的
- 包名相同
- 已使用相同的证书对应用进行签名
versionCode
高于已安装版本的versionCode
versionCode
of the APK on the market is higher than theversionCode
of an installed version- the package name is the same
- same certificate has been used to sign the app
这篇关于Google Play 是否会向 Beta 测试人员发送更新通知?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Google Play 是否会向 Beta 测试人员发送更新通知?


- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- UITextView 内容插图 2022-01-01
- URL编码Swift iOS 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01