Skip to content

Commit 58d80dd

Browse files
committed
Update Step 4 instructions
1 parent d7a1a88 commit 58d80dd

File tree

1 file changed

+15
-8
lines changed
  • src/engage/campaigns/mobile-push

1 file changed

+15
-8
lines changed

src/engage/campaigns/mobile-push/index.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ This page walks you through the process of setting up mobile push notifications
1010
1111
## Overview
1212

13-
You'll set up push notifications in four steps:
13+
You'll set up mobile push in four steps:
1414

1515
1. [Set up analytics for mobile push](#1-set-up-analytics-for-mobile-push).
1616
2. [Add the Engage SDK plugin](#2-add-the-engage-sdk-plugin).
1717
3. [Configure push credentials](#3-configure-push-credentials).
18-
4. [Configure push notifications in Engage](#4-configure-push-notifications-in-engage).
18+
4. [Configure mobile push in Engage](#4-configure-mobile-push-in-engage).
1919

2020
## 1. Set up analytics for mobile push
2121

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.
22+
Before you can send mobile pushes, you'll need to set up analytics. In this step, you'll integrate Segment's mobile SDK into your app.
2323

2424
### Add the Segment base SDK
2525

@@ -126,7 +126,7 @@ You can add the Engage SDK plugin using either Xcode or `Package.swift`.
126126
127127
3. Add or modify methods to `AppDelegate`:
128128
129-
To start receiving and handling push notifications, add or modify the following methods in your `AppDelegate`:
129+
To start receiving and handling mobile push notifications, add or modify the following methods in your `AppDelegate`:
130130
131131
```swift
132132
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
@@ -185,7 +185,7 @@ func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive respo
185185
// TODO: Customize notification response handling based on the received userInfo.
186186
// Implement actions based on the user's response to the notification.
187187
// Example: Navigate to a specific screen or perform an action based on the notification.
188-
188+
189189
}
190190
```
191191

@@ -244,13 +244,20 @@ During Step 5, [Upload your API Key to Twilio](https://www.twilio.com/docs/notif
244244
245245
With your server key copied, finish steps 5 and 6 in the Twilio documentation.
246246
247-
## 4. Configure push notifications in Engage
247+
## 4. Configure mobile push in Engage
248248
249249
> success ""
250250
> If you've already configured SMS services for Twilio Engage, you can skip this step.
251251
252-
To set up push notifications in Twilio Engage and complete push notifications onboarding, follow the steps in the [Create and configure Twilio SMS services documentation](/docs/engage/onboarding/#stage-3-create-and-configure-twilio-sms-services).
252+
Follow these steps to set up mobile push in Twilio Engage and complete mobile onboarding:
253+
254+
1. Follow the steps in the [Create and configure Twilio SMS services documentation](/docs/engage/onboarding/#stage-3-create-and-configure-twilio-sms-services).
255+
2. Return to your Segment workspace and navigate to **Engage > Engage settings**.
256+
3. Click the pencil icon next to **Messaging services**, then click **Create new push service**.
257+
- If you don't see the pencil icon, select **Create new push service**.
258+
4. Name the push service, select or create APN and FCM credentials, then click **Create Push Service**.
259+
5. Your new messaging service appears in the **Add messaging services** dropdown. Select it, then click **Save**.
253260
254261
## 5. Build a mobile push template
255262
256-
Now that you've completed push notifications setup, you're ready to [build a mobile push template](/docs/engage/content/mobile-push/).
263+
Now that you've completed mobile push setup, you're ready to [build a mobile push template](/docs/engage/content/mobile-push/).

0 commit comments

Comments
 (0)