Skip to content
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

Open
Natim opened this issue Aug 30, 2017 · 3 comments
Open

Add support for Focus releases #79

Natim opened this issue Aug 30, 2017 · 3 comments

Comments

@Natim
Copy link
Contributor

Natim commented Aug 30, 2017

@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?

@Natim Natim added the proposal label Aug 30, 2017
@sylvestre
Copy link
Contributor

Parsing https://play.google.com/store/apps/details?id=org.mozilla.focus (or an api if any) to know which version is live ?

@Natim
Copy link
Contributor Author

Natim commented Aug 30, 2017

@JohanLorenzo
Copy link
Contributor

JohanLorenzo commented Aug 30, 2017

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants