Open
Description
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