> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/pushly-ja/integration/implementation-steps/apple-ios.md).

# Apple / iOS

## ステップ1：P8キーまたはP12証明書の設定

すべてのアプリでは、サブスクリプションと送信を有効にするために、Apple Developerポータルを通じて作成されたP8キーまたはP12証明書が必要です。以下のリンクに従って、アプリ用のキーまたは証明書を作成し、当社のプラットフォームに追加してください。

{% content-ref url="/pages/a6c03e56f61d50fd50fcf9777f4a6ff42d509450" %}
[P8キーまたはP12証明書の設定](/pushly-ja/integration/implementation-steps/apple-ios/p8kmatahap12no.md)
{% endcontent-ref %}

## ステップ2：クライアントSDK

P8キーまたはP12証明書がプラットフォームにアップロードされると、Push SDKをアプリに統合できます。実装手順については、以下の一覧から適切なSDKを選択してください。

{% content-ref url="/pages/39b0cf329f28c0d2050f4731161d426692ed693d" %}
[SDK: Swift / Obj-C](/pushly-ja/integration/implementation-steps/apple-ios/sdk-swift-obj-c.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://documentation.pushly.com/pushly-ja/integration/implementation-steps/apple-ios.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.
