目录
目录README.md

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

关于
247.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号