---
title: Configure Apple Push Notification service for FCM
description: Create an Apple Push Notification authentication key, a provisioning profile and an App ID to use with FCM on iOS.
---

# Configure APNs for FCM

## Before you begin

This guide makes the following assumptions:

- you have an active [Apple Developer account](https://developer.apple.com/membercenter/index.action)
- you have an active Firebase project

### Create an Authentication Key

<!-- https://firebase.google.com/docs/cloud-messaging/ios/certs -->

TODO

### Upload your APNs authentication key

<!-- https://firebase.google.com/docs/cloud-messaging/ios/client#upload_your_apns_authentication_key -->

TODO

### Create an App ID

<!-- https://firebase.google.com/docs/cloud-messaging/ios/certs -->

TODO

### Create a Provisioning Profile

<!-- https://firebase.google.com/docs/cloud-messaging/ios/certs -->

TODO

---

## Next

<Grid>
	<Block
		title="Configure Xcode Project notification capabilities"
		to="/messaging/ios-xcode-project-capabilities"
		icon="tool"
		color="#2196F3"
	>
		Configure your Xcode Project capabilities to support Remote Notifications for FCM.
  	</Block>
</Grid>
