# App Store Server API

如果要开启Apple notify V2的支持，需要在App进行相关的配置获取，apple 文档地址：<https://developer.apple.com/documentation/appstoreserverapi/creating-api-keys-to-authorize-api-requests>

操作步骤：

1. 进入[Users and Access](https://appstoreconnect.apple.com/access/users)，选择 In-App Purchase\
   ![](/files/B4SrEmhPCLSo0k4egn0F)

2. Issuer ID 获取

<figure><img src="/files/3xd2bUiNlvCCCFdKebmz" alt=""><figcaption></figcaption></figure>

3. 创建密钥，如果不存在

![](/files/EhALBN2eMkbDlQUYsaQm)

4. 获取Key ID

<figure><img src="/files/QNrAz7x3rxonXpVS9Rdz" alt=""><figcaption></figcaption></figure>

5. In-App Purchase Key (.p8 file)

<figure><img src="/files/k2yOkERn7iqBX3gFAggw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.appflow.ai/docs/integrations/app-store-server-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
