You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.[Configure push notifications in Engage](#4-configure-push-notifications-in-engage).
19
19
20
20
## 1. Set up analytics for push notifications
21
21
22
-
Before you can send push notifications, you'll need to set up analytics to track user interactions. In this step, you'll integrate Segment's mobile SDK into your app.
22
+
Before you can send push notifications, you'll need to set up analytics. In this step, you'll integrate Segment's mobile SDK into your app.
23
23
24
24
### Add the Segment base SDK
25
25
26
-
This section outlines the process for adding Segment's base SDK to your app, including the Analytics Kotlin, AnalyticsSwift, and React Native libraries.
26
+
This section outlines the process for adding Segment's base SDK to your app, including the Analytics Kotlin, Analytics-Swift, and React Native libraries.
27
27
28
28
#### Kotlin
29
29
@@ -64,7 +64,7 @@ Follow these steps to integrate the React Native library:
64
64
3. Use yarn or npm to install `@segment/analytics-react-native`, `@segment/sovran-react-native` and `react-native-get-random-values`.
65
65
4. Initialize and configure the Analytics React Native client.
66
66
67
-
For detailed instructions on integrating Analytics for React Native, follow the steps in the [Analytics for React Native started section](/docs/connections/sources/catalog/libraries/mobile/react-native#getting-started).
67
+
For detailed instructions on integrating Analytics for React Native, follow the steps in the [Analytics for React Native getting started section](/docs/connections/sources/catalog/libraries/mobile/react-native#getting-started).
68
68
69
69
## 2. Add the Engage SDK Plugin
70
70
@@ -93,15 +93,15 @@ In this step, you'll configure your iOS and Android push credentials for use wit
93
93
94
94
Follow the steps in Twilio's [How to Configure iOS Push Notifications documentation](https://www.twilio.com/docs/notify/configure-ios-push-notifications){:target="_blank"}.
95
95
96
-
### Configure Android push notifications
96
+
### Configure Android push notifications
97
97
98
98
Follow the steps in Twilio's [Configuring Android Push Notifications](https://www.twilio.com/docs/notify/configure-android-push-notifications){:target="_blank"}.
99
99
100
100
During Step 5, [Upload your API Key to Twilio](https://www.twilio.com/docs/notify/configure-android-push-notifications#step-5-upload-your-api-key-to-twilio){:target="_blank"}, follow these steps:
101
101
102
102
1. In the Firebase console, click the **Cloud Messaging** tab.
103
103
2. Select the three dots menu next to **Cloud Messaging API (Legacy) Disabled**, then select **Manage API in Google Cloud Console**. A new window opens.
104
-
3. In the new Cloud Messaging window, select **Enable**
104
+
3. In the new Cloud Messaging window, select **Enable**.
105
105
4. Return to the Firebase Cloud Messaging tab and refresh the page.
106
106
5. Cloud Messaging API (Legacy) is now enabled. Copy the server key; you'll need it later.
0 commit comments