문제

Is there any option to publish Android Application to Google Play using command line tool ? I have signed my application but I can't use web browser to publish it.

도움이 되었습니까?

해결책

You could use fastlane and its supply tool, or a Jenkins CI server with Google Play Android Publisher Plugin for example.

You could also make use of the API (Google Play Developer Console > Settings > API access) and implement your own solution.

다른 팁

There's also some npm packages that do it. The one I found to work is apkup

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top