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.
Publish to Google Play through command line
Asked Answered
AFAIK you can't. You have to use the Google Developer Console to release your application. –
Ssm
Why can't you use a Web browser to publish your app? –
Docila
Because this process should be managed automatically. –
Yonatan
If you ever find a suitable solution, I'd love to hear about it. Looking for same thing. My current project is a template for "many" apps. Updating manually will be painful. –
Concent
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
© 2022 - 2024 — McMap. All rights reserved.