On Wed, May 6, 2015 at 12:21 PM, yccheok <[email protected]> wrote:
> Recently, I did a major changes on 0.9.65. Hence, I made use of "Staged > Rollout" feature, to ensure minimal impact (in case there's any bugs) on my > existing users. > > However, what confused me is that, I saw 0.9.65's status is "in Prod > (20%)", while my old 0.9.63's status is "in Prod". > Haven't used this myself (yet), but my understanding from referencing: https://support.google.com/googleplay/android-developer/answer/3131213?hl=en Your current build 0.9.63 is obviously already deployed and available. Thus it is "in Prod". When you started the staged rollout of 0.9.65, it was made available to 20% of your user base. Thus, both version are "in Prod", where 0.9.63 is still the current version for 80% of users and 0.9.65 is the current version for the other 20%. > This confuses me a lot. Will my existing users receiving 0.9.65, or 0.9.63 > ? > Well, it depends. That's the point of the staged rollout. If the user is in the rollout group (not sure how that's determined, I assume it's a random pool of your users), then they get the new version. Otherwise they get the current / old version. > How about first time installed user? > >From that support page: "New and existing users are eligible for to receive updates from staged rollouts." ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

