appcenterpublisher 0.1.0 copy "appcenterpublisher: ^0.1.0" to clipboard
appcenterpublisher: ^0.1.0 copied to clipboard

discontinued
outdated

Tool to upload to upload and publish apps to appcenter

Build status

App Center Publisher #

Dart tooling to upload and distribute app to MS Appcenter by using the rest Appcenter Rest API .

Installation #

Run pub global activate appcenterpublisher

In order to update the tool use the same pub global activate command

Usage #

Preconditions:

  1. Create an Api token on App Center Read more about how to create such a token here.

  2. Create a yaml file containing the config. For more info see the example config.

  3. Have a binary of the app (e.g. .ipa or .apk) located on the machine from where you want to run this tool.

Run appcenterpublisher publish --apiToken <appcenter apitoken> --binary <path to binary> --config <path to config yaml file>

Limitations #

The tool is not yet complete in the future I will add the following to the tool:

  • Distribute the app to multiple distribution groups at once
  • Add more configuration options:
    • Notify testers (now on by default)
    • Mandatory update (now on by default)
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Tool to upload to upload and publish apps to appcenter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, functional_data, http, http_parser, json_annotation, meta, sum_types, yaml

More

Packages that depend on appcenterpublisher