Slide 16
Slide 16 text
© GO Inc.
App Store Connect APIを使いこなすには、
普段から使える環境を用意するのが大事
ドキュメントをブックマークに入れておく
https://developer.apple.com/documentation/appstoreconnectapi/
認証を通したcurlを使えるようにラッパーコマンドを作っておく
16
App Store Connect APIと普段から仲良く
$ ./asccurl -s "https://api.appstoreconnect.apple.com/v1/apps/XXXXXXXXXX" | jq ".data.attributes"
{
"name": "GO / Taxi app for Japan",
"bundleId": "com.dena.automotive.taxibell",
(中略)
}