---
title: Step 4. Configuring iOS apps for push notifications
description: Explains how to configure your iOS app project to receive push notifications.
component: orchsdks
page_id: orchsdks:journey:use-cases/push/ios/04_configure_app_for_push
canonical_url: https://developer.pingidentity.com/orchsdks/journey/use-cases/push/ios/04_configure_app_for_push.html
revdate: Mon, 23 Mar 2026 16:18:00 +0100
keywords: ["Push", "MFA", "Strong Auth", "Integration", "SDK", "mobile", "authentication", "notification", "iOS", "APNs", "Xcode"]
section_ids:
  enabling_push_notification_support_to_an_ios_app: Enabling push notification support to an iOS app
---

# Step 4. Configuring iOS apps for push notifications

[icon: circle-check, set=far]PingOne Advanced Identity Cloud [icon: circle-check, set=far]PingAM [icon: ios, set=fab]iOS

In this step, you configure your application projects to use the Apple Push Notification service.

## Enabling push notification support to an iOS app

1. In Xcode, open your app project.

2. In the Project navigator, select the project root.

3. In the editor, under Targets, click your application, then click the Signing & Capabilities tab.

4. Confirm that the application has the Push Notifications capability. If not, click + Capability to add it.

   ![xcode push capability en](../../../_images/push/xcode-push-capability-en.png)Figure 1. Checking for the Push Notifications capability in Xcode.

5. With an admin account, log in to the [Apple Developer console](https://developer.apple.com/account).

6. Navigate to **Program resources** > **Certificates, IDs & Profiles** > **Identifiers**.

7. Click the name of the application to which you are adding push notification support.

8. On the Capabilities tab, ensure Push Notifications is selected.
