Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Automated upload AAB file to Play developer console?

Discussion in 'Unity Build Automation' started by aromana, Mar 9, 2021.

  1. aromana

    aromana

    Joined:
    Nov 11, 2018
    Posts:
    137
    Hi, is it possible to have Unity Cloud Build automatically push the generated AAB/APK file to the Play developer console? I have this working for iOS builds with a simple post-build script, because the Mac build machines come preinstalled with the iTunes transporter utility.

    Does such a utility exist for uploading build assets to the Play Store so I don't need to manually redownload them every time?

    This is an essential feature of any CI/CD tool IMO.
     
  2. aromana

    aromana

    Joined:
    Nov 11, 2018
    Posts:
    137
    A more specific (and hopefully easier) ask -- just allow us to specify a custom Fastlane config file for Android builds as we can do for iOS builds. Then we can figure out how to upload ourselves.