App Store Connect

Supports:

  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
issuer_idstringIssuer IDtrue
private_keystringPrivate keytrue
private_key_idstringPrivate key IDtrue
vendor_numberstringVendor numbertrue

Example

1{
2 "name": "App Store Connect connection",
3 "type": "appstoreconnect",
4 "configuration": {
5 "issuer_id": "",
6 "private_key": "",
7 "private_key_id": "",
8 "vendor_number": ""
9 }
10}