You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: