Status Update
Comments
is...@runway.team <is...@runway.team> #2
ga...@gmail.com <ga...@gmail.com> #3
ma...@gmail.com <ma...@gmail.com> #4
jo...@gmail.com <jo...@gmail.com> #5
jo...@gmail.com <jo...@gmail.com> #6
dy...@iconsoftheia.com <dy...@iconsoftheia.com> #7
[Deleted User] <[Deleted User]> #8
ak...@tramline.app <ak...@tramline.app> #9
bu...@gmail.com <bu...@gmail.com> #10
kn...@squareup.com <kn...@squareup.com> #11
I want to use publisher API here at Block, and the information the API provides for tracks right now is very scarce and unreliable
An...@walmart.com <An...@walmart.com> #12
is...@runway.team <is...@runway.team> #13
TLDR; Tracks Status is also missing any sort of indication of managed publishing state, which could also be easily remedied with an additional status. So two additional statuses would do the trick:
IN_REVIEW: when an update is either waiting for review or in review with Google
READY_TO_PUBLISH: if managed publishing is enabled, this status is returned if the update has not yet been published
ro...@gmail.com <ro...@gmail.com> #14
This is extremely important to our team as well.
And I fully agree with the comment above from the Runway team, we'd need 2 statuses.
re...@skeelo.com <re...@skeelo.com> #15
Please fix this asap
ap...@gmail.com <ap...@gmail.com> #16
j....@gmail.com <j....@gmail.com> #17
Hi Google team,
Internally in our company, we're using the Android Publisher API to emulate a phased release. Every morning, a cron job checks if there is a release "inProgress," and if yes, we increment the percentage until it's available to all users. Everything was working perfectly until last month when we enabled the "Publish Overview" functionality.
Publish Overview allows us to send a version to review without making it available to our users. When approved, we can then go to Google Play and release the review. When a version is under Publish Overview, the Android Publisher API indicates that the app is currently "inProgress" with the pre-defined percentage set when creating the release. We believe the status is incorrect and should be something else until we send the version to the users.
[Deleted User] <[Deleted User]> #18
It seems we have no way to know if the release is In Review or Rejected using the API.
How can we get the attention of the Publisher API team to address this issue?
sa...@google.com <sa...@google.com> #19
Hello,
The Publishing API represents your intention rather than what's already been approved or published. IN_PROGRESS
represents a staged release, and COMPLETED
- a fully rolled-out release. This is not to say that the release was approved, or indeed published. See more about these parameters in the API documentation [1].
We realise that, with the ever-evolving publishing features (Changes ready to send for review, Managed Publishing... [2]) this has become somewhat confusing. We do have plans to extend the Publishing API to include review/publish status, but unfortunately have no specific timeline for launching this.
Hope this helps.
[1]
[2]
Description
Detailed Explanation
The Android Publisher API does not accurately reflect the status of a release as IN_REVIEW when the app is being reviewed internally by Google before being allowed to be published to the Play Store. Currently, the response incorrectly returns "IN_PROGRESS" for releases that are in-review.
Steps to Reproduce
Expected: the release you published will show as IN_REVIEW
Actual: the release you published returns a status of IN_PROGRESS
Possible Fix
Notes