Are there any web service APIs available that allow the developer to upload a new build of their android app without having to manually use the android market developer GUI? I would like to configure my one click build system to also deploy to the market if possible.
Asked
Active
Viewed 231 times
1
-
2I've never run across an API that does this. Which I think is probably good, providing such a mechanism would almost surely lead to more spam on the Market. If you want to automate the process your best bet is probably working around the web front end that already exists and trying to use some kind of macro program to input all of the relavent data for you. – FoamyGuy Feb 07 '12 at 22:56
-
I don't think an API would affect spam on the Market if it were limited to updating existing apps. – Sigray Feb 08 '12 at 23:03
2 Answers
0
You could automate this e.g. with a recorded and parameterized selenium script.

Manfred Moser
- 29,539
- 13
- 92
- 123