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

Not possible to get app release review status of an app using publisher api #2530

Open
oldpa opened this issue Dec 6, 2024 · 0 comments
Open
Assignees

Comments

@oldpa
Copy link

oldpa commented Dec 6, 2024

I want to programatically change the userFraction of new android releases. The purpose being to release new apps in a similar pace so that it's easier to compare metrics.

The problem is that the review of the app can sometimes take longer than usual. And currently there is no way afaik to get if an app i still in review.

When using the edits workflow in the publisher api you get a status with the following options

[
"statusUnspecified",
"draft",
"inProgress",
"halted",
"completed"
]```

The problem is that when the app is still in review the status is `inProgress`. It would be nice if there was an `inReview` status message, so that I can know not to start rolling out the app.

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

No branches or pull requests

2 participants