Update
Interact with App Store Connect APIs
let client = Client( credential: Credential( issuerId: "", privateKeyId: "", privateKey: "" ) ) let response: AppPriceResponse = try await client.apiClient.send(Paths.AppPrices.get)
Go to https://appstoreconnect.apple.com/access/api
privateKey
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
App Store Connect
Interact with App Store Connect APIs
How to
Create AppStore Connect key
Go to https://appstoreconnect.apple.com/access/api
privateKey
is the whole .p8 contentCredit