Hey everybody, i have a bitbucket repo and i want when pipelines build success auto upload my apk to google play with beta version, how i can do that.
Hi @m_nayef95
You would need to write a helper script or make some curl commands in your bitbucket-pipelines.yml that use the Google Play Developer API. Check out their reference here.
There are also some existing CLIs that you could install and use in your bitbucket-pipelines.yml like https://github.com/matlink/gplaycli
I suggest you test this locally first before configuring everything in Pipelines.
Hope this helps as a starting point!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.