-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add support for Focus releases #79
Comments
Parsing https://play.google.com/store/apps/details?id=org.mozilla.focus (or an api if any) to know which version is live ? |
There's an API, but it doesn't solve this particular problem. The API we can use is the one used by mozapkpublisher: https://developers.google.com/android-publisher/api-ref/. It requires authentication (to be checked: see if we can get read-only credentials). From it, we may extract:
And that's about it 😞 Note that APK version code aren't version numbers like "1.2.1". They are just integers that are mechanically increased. We can't get version numbers from the aforementioned API endpoint :/ Thus, I don't think this API has a lot of value from a product management perspective. So, I think parsing the Google Play page is our best alternative (even though lags may occur) |
@sylvestre, @pocmo and @JohanLorenzo are in charge of Focus releases.
On IRC @pocmo told me that you might be interested in having a dashboard to follow Focus releases.
Any idea of what kind of checks you might want there?
The text was updated successfully, but these errors were encountered: