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 测试人员发送更新通知?
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01