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 测试人员发送更新通知?


基础教程推荐
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01