Hi all, I have question about “Managed Publishing”...
# android
k
Hi all, I have question about “Managed Publishing” In google play, I wanted to fully automate release process but it can’t find anything about this in Google Play Developer API. Do you know of there is possibility to use managed publishing from API ?
google 3
stackoverflow 2
m
You just have to turn it on once, than you can use something like https://github.com/Triple-T/gradle-play-publisher to publish your builds
k
I have contacted support, and there is no possibility to use api to release using timed publishing, of course you can promote to app to production but still it will not be visible for users until you tap “release” on the play console website. And there is no api for “tapping” release ;/
m
Managed publishing is something you turn on once, every build after that will have to be manually published by you
You dont have to manually enable managed publishing for a single build
k
Yes you are correct, but after timed publishing is enabled there is no possibility to release app by api. You need to go to developer console and publish app manually.
You can move app to production track, but final release needs to be done on developer console manually.
m
oh yeah thats true