# Apple / iOS

## Step 1: P8 Key or P12 Cert Setup

All apps must have a P8 Key or P12 Certificate created via the Apple Developer portal to enable subscriptions and sending. Follow the link below to create the key or certificate for your app and add it to our platform.

{% content-ref url="/pages/X7O1fIuw88yK1nGscUlP" %}
[P8 Key or P12 Cert Setup](/integration/implementation-steps/apple-ios/p8-key-or-p12-cert-setup.md)
{% endcontent-ref %}

## Step 2: Client SDKs

Once the P8 Key or P12 Cert has been uploaded to the platform you can integrate the Push SDK into your app. Choose the appropriate SDK from the list below for implementation instructions.

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


---

# 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://documentation.pushly.com/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.
