问题
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
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
来源:https://stackoverflow.com/questions/9131625/does-google-play-send-update-notification-to-beta-testers