Google Play Custom App Publishing API . accounts . customApps

Instance Methods

create(account, body=None, media_body=None, media_mime_type=None)

Create and publish a new custom app.

Method Details

create(account, body=None, media_body=None, media_mime_type=None)
Create and publish a new custom app.

Args:
  account: string, Developer account ID. (required)
  body: object, The request body.
    The object takes the form of:

{ # This resource represents a custom app.
    "languageCode": "A String", # Default listing language in BCP 47 format.
    "title": "A String", # Title for the Android app.
  }

  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
  media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.

Returns:
  An object of the form:

    { # This resource represents a custom app.
      "languageCode": "A String", # Default listing language in BCP 47 format.
      "title": "A String", # Title for the Android app.
    }