Skip to content

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

Open
@oldpa

Description

@oldpa

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions