SkillAgentSearch skills...

AppStoreConnect

🍎 Interact with AppStoreConnect

Install / Use

/learn @onmyway133/AppStoreConnect
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

App Store Connect

Interact with App Store Connect APIs

How to

let client = Client(
    credential: Credential(
        issuerId: "",
        privateKeyId: "",
        privateKey: ""
    )
)

let response: AppPriceResponse = try await client.apiClient.send(Paths.AppPrices.get)

Create AppStore Connect key

Go to https://appstoreconnect.apple.com/access/api

  • Create AppStore Connect key, grant according permission
  • Copy issuerId, f.e. 69abcdef-1234-5678-a123-123abcdeefgh
  • Copy keyId, f.e. AA1234ABCD
  • Wait a few seconds and refresh the page, you will be able to Download API Key. privateKey is the whole .p8 content

Credit

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated8mo ago
Forks4

Languages

Swift

Security Score

72/100

Audited on Aug 4, 2025

No findings