Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Developer Console v2

willlunniss edited this page Aug 4, 2012 · 25 revisions

A collection of information on the new 'v2' of the Android Developer Console.

Sign up for the new console here, note at the moment, Google lets you switch between the old and new so you can still access the old one via Andlytics.

Andlytics issue link.

Firstly it appears to be structured in a better way compared to the old one, it may even be possible to use a proper JSON parser for it.

Login/XSRF Token

TODO

Initial data

Request: POST https://play.google.com/apps/publish/v2/androidapps?dev_acc=DEV_ACCOUNT_ID Payload: {"method":"fetch","params":[,,1,1],"xsrf":"XSRF_TOKEN"} Response:

{ "result" : [ null,
      [ [ null,
          [ null,
            "PACKAGENAME",
            [ null,
              [ [ null,
                  "en-US",
                  "NAME",
                  "DESCRIPTION"
				  ",
                  "LAST_WHATS_NEW"
                ] ],
              [ null,
                0,
                24,
                1
              ]
            ],
            null,
            [ [ null,
                null,
                [ null,
                  null,
                  "PACKAGENAME",
                  VERSION_NUMBER,
                  "VERSION_NAME,
                  null,
                  [ null,
                    null,
                    null,
                    "APP_ICON_URL"
                  ]
                ],
                2
              ],
			  .....
			  LIST OF VERSIONS
			  .....
            ],
            [ null,
              "PRICE",
              "GBP"
            ],
            "1343835459797", -- DATE?
            1
          ]
        ],
		.....
		LIST OF APPS
		.....
      ]
    ],
  "xsrf" : "XSRF_TOKEN"
}
Clone this wiki locally