I created an application and shared apk (correctly signed) with several beta testers using a URL not Market.
Now my application is ready to go to the market, and I would like to know if an update notification will be displayed for beta testers.
Beta: android:versionCode="4"
Ready version for sale: android:versionCode="6"
source share