/unitools-build-appcenter

Part of the Customizable Build Pipeline tool to work with AppCenter API

Primary LanguageC#MIT LicenseMIT

UniTools Build AppCenter

Build steps to distribute the artifact to the AppCenter

Features

  • Deploy mobile builds (.ipa and .apk) to the App Center application using AppCenter CLI

Dependencies

Installation

Install AppCenter CLI

Download

Latest Releases

Unity Package Manager (UPM)

You will need to have git installed and set in your system PATH. Check package dependencies

Add the following to Packages/manifest.json where x.x.x the version (tag) check Latest Releases:

{
  "dependencies": {
    "com.unitools.cli": "https://github.com/UniToolsTeam/unitools-cli.git#x.x.x",
    "com.unitools.io": "https://github.com/UniToolsTeam/unitools-io.git#x.x.x",
    "com.unitools.build": "https://github.com/UniToolsTeam/unitools-build.git#x.x.x",
    "com.unitools.build.appcenter": "https://github.com/UniToolsTeam/unitools-build-appcenter.git#x.x.x",
    "...": "..."
  }
}

Getting Started

To deploy the build to the App Center, follow the instructions:

  1. Create a post-build step through UniTools/Build/Steps/AppCenter/Post/DistributeToAppCenter in the Create Asset menu. File

  2. Fill in the data in the Inspector window: Inspector Window

Where,