mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 09:28:03 +08:00
1.4 KiB
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
- Firebase Cloud Messaging uses the Apple Push Notification service (APNs) to send messages; therefore to test FCM on iOS you'll need a real device - FCM will not work on a iOS simulator
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