App Store Connect

App Store Connect API 交互

操作指南

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

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

创建 App Store Connect 密钥

前往 https://appstoreconnect.apple.com/access/api

致谢