Automatic app deployment to Amazon store

十年热恋 提交于 2020-01-16 05:17:11

问题


I've got multiple Android apps that are currently distributed via Google Play and the Amazon store. My goal is to automate the app upload process to minimize the time required to upload a new update. I've already done that for Google Play by using the Google Play Developer API.

Is there an equivalent API for the Amazon store for uploading new app versions or do I have reverse engineer the data send by the browser and develop an API library based on that?

I already searched but didn't found anything like that (except for the Amazon cloud deployment API).


回答1:


I know this is a slightly older post, but since I ended up here I'll add my two cents.

It looks like there is an Amazon Developer Publishing API available here, but I'm not able to try it out yet because it requires developers to request API access. Once I hear back from Amazon, I'll update this answer with more details as to why it does or does not work well with my deployment.



来源:https://stackoverflow.com/questions/31019871/automatic-app-deployment-to-amazon-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!