-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does this package handle Android rollouts / internal testing? #14
Comments
Hi! That's a great question, to which I honestly don't know the right answer, as I personally haven't used phased rollouts on Android before. The way this package grabs the version number of the latest version is by scraping the Google Play Store web page for the particular app. I'm guessing this will only show the new version number once it's live for all users, but I'm not 100% certain of that. |
Hi, What is happening when an app is not publicly available on google play, but on closed testing? |
This will scrape the public Google Play page to find the current version number, so closed testing versions will not be included in the response you get back. |
Hi guys, this package looks pretty amazing! I'm wondering how you guys handle Android rollouts? If I use 20% rollout as a default, is it just a 1/5 chance that your server will see the updated version? And is it possible that someone who is in a region that hasn't had the app rolled out to them yet will get a message that the app is available, when in fact it isn't available for them yet?
The text was updated successfully, but these errors were encountered: