Google Play Android Developer API (androidpublisher:v3)

2026-03-11

1 new method | 1 updated method

Additions

    Methods
  • androidpublisher.applications.tracks.releases.list

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/androidpublisher

      Path : androidpublisher/v3/{+parent}/releases

      Parameter Order : parent

      Flat Path : androidpublisher/v3/applications/{applicationsId}/tracks/{tracksId}/releases

      Parameters :

        parent

          Location : path

          Required : Yes

          Description : Required. The parent track, which owns this collection of releases. Format: applications/{package_name}/tracks/{track}

          Pattern : ^applications/[^/]+/tracks/[^/]+$

          Type : string

      Description : Returns the list of all releases for a given track. This excludes any releases that are obsolete.

Updates

    Methods
  • androidpublisher.edits.commit

      Parameters :

        changesInReviewBehavior

          Location : query

          Enum Descriptions :

        • The behavior is not specified.
        • The changes in review will be canceled, and the new changes will be sent for review. Thus resetting the review process.
        • The commit will fail with an error if there are changes in review. If the edit doesn't result in a new submission being created then it won't throw an error even if there are changes in review.
        • Enum :

        • CHANGES_IN_REVIEW_BEHAVIOR_TYPE_UNSPECIFIED
        • CANCEL_IN_REVIEW_AND_SUBMIT
        • ERROR_IF_IN_REVIEW
        • Description : Optional. The behavior of committing a new edit while changes are already in review.

          Type : string