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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.