Project

asca

0.0
No commit activity in last 3 years
No release in over 3 years
A ruby wrapper for apple store connect api
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 5.0
~> 10.0

Runtime

>= 0
>= 0
>= 0
 Project Readme

Asca

GitHub license Gem

An apple app store connect api wrapper based on ruby!!!

Why ruby?

Every mac's ready for ruby out of the box!!!

Installation

Install from rubygem.org

gem install asca

Install from github

gem install specific_install
gem specific_install https://github.com/xueminghao/appstoreconnectapi.git

What you need

  1. App store connect key id
  2. App store connect issuer ID
  3. App store connect private key

For more details for how and where to get these info, you can refer to the App Store Connect API

Usage

First of all, one should setup a its credentials as described above. Then you can ever call basic REST apis or call the useful tools. To call a tools use --tools [tool-name], to call a api use --api [api-name]

  • Register device tool. Which register a new device to your current team and update the specified provisioning files
asca --tool register-device --udid [udid] --name [device-name] --profile-names [profile-names]
  • Download provisioning file tool. Which download specified provisioning file to local disk and install it as needed
asca --tools download-profile --name [profile-name] --auto-install
  • Call device get api, you can call list the all registered devices.
asca --api device --method get
  • Register a device only
asca --api device --method post --udid [udid] --name [device-name]

TODO

Fulfill all of the REST apis

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/xueminghao/appstoreconnectapi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.