Skip to content

Commit 257c486

Browse files
Update README to better document setup procedure
1 parent 45d497d commit 257c486

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ implementation 'com.apple.itunes.storekit:app-store-server-library:1.1.0'
3333
[JavaDocs](https://apple.github.io/app-store-server-library-java/)
3434

3535
[WWDC Video](https://developer.apple.com/videos/play/wwdc2023/10143/)
36+
37+
### Obtaining an In-App Purchase key from App Store Connect
38+
39+
To use the App Store Server API or create promotional offer signatures, a signing key downloaded from App Store Connect is required. To obtain this key, you must have the Admin role. Go to Users and Access > Integrations > In-App Purchase. Here you can create and manage keys, as well as find your issuer ID. When using a key, you'll need the key ID and issuer ID as well.
40+
41+
### Obtaining Apple Root Certificates
42+
43+
Download and store the root certificates found in the Apple Root Certificates section of the [Apple PKI](https://www.apple.com/certificateauthority/) site. Provide these certificates as an array to a SignedDataVerifier to allow verifying the signed data comes from Apple.
44+
3645
## Usage
3746

3847
### API Usage

0 commit comments

Comments
 (0)