hmhv / ASCAPIClient-Example-iOS

Example of ASCAPIClient (Swift client for App Store Connect API with Swift Concurrency (async/await))

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of ASCAPIClient

ASCAPIClient is a Swift client for App Store Connect API with Swift Concurrency (async/await).

In the Example, I tried 3 API.

How to build

1. Clone this repository

git clone git@github.com:hmhv/ASCAPIClient-Example-iOS.git

2. Open Xcode Project

cd ASCAPIClient-Example-iOS
open ASCAPIClient-Example-iOS.xcodeproj

3. Reset Package Caches

select File -> Packages -> Reset Package Caches

4. Enter your API Keys for App Store Connect API

Read Creating API Keys for App Store Connect API, and fix Here

5. Run Project

select Product -> Run

ScreenShots

About

Example of ASCAPIClient (Swift client for App Store Connect API with Swift Concurrency (async/await))


Languages

Language:Swift 100.0%