Does Google Play send update notification to Beta Testers?

社会主义新天地 提交于 2019-12-30 18:01:07

问题


I've built an application and shared the apk (properly signed) to a few beta testers using an URL, not the Market.

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.

Beta version: android:versionCode="4"

Ready to market version: android:versionCode="6"


回答1:


Yes, Google Play(Android Market) will send the notification to the Beta testers provided following are fulfilled

  1. versionCode of the APK on the market is higher than the versionCode of an installed version
  2. the package name is the same
  3. same certificate has been used to sign the app


来源:https://stackoverflow.com/questions/9131625/does-google-play-send-update-notification-to-beta-testers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!