Files
react-native-firebase/docs/messaging/ios.md
2019-07-12 14:06:43 +01:00

1.4 KiB

title, description
title description
iOS Setup Manually integrate Messaging into your iOS application.

iOS Manual Linking

Before you begin

These guides makes the following assumptions:

  • you have an active Apple Developer account
  • you have an active Firebase project
  • you have a physical device to test your integration on

Integration steps

To integrate FCM for iOS, the following integration steps must be followed;

Configure your Xcode Project capabilities to support Remote Notifications for FCM. Create an Apple Push Notification authentication key, a provisioning profile and an App ID to use with FCM on iOS.

iOS Manual Linking

The following steps are only required if your environment does not have access to React Native auto-linking.

TODO