Skip to content

Commit 92b98b2

Browse files
committed
Address review comments for issue 110652
1 parent b36e878 commit 92b98b2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

includes/notification-hubs-enable-apple-push-notifications.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ To send push notifications to an iOS app, register your application with Apple,
6868

6969
4. In the **Certificates, Identifiers & Profiles** page, under **Identifiers**, locate the App ID line item that you just created, and select its row to display the **Edit your App ID Configuration** screen.
7070

71-
## Creating a Certificate for Notification Hub
72-
A certificate is required to enable the **Notification Hub** to work with **APNS**. This can be done in one of two ways:
71+
## Creating a Certificate for Notification Hubs
72+
A certificate is required to enable the notification hub to work with **APNS**. This can be done in one of two ways:
7373

74-
1. Creating a **.p12** that can be uploaded directly to Notification Hub
75-
2. Creating a **.p8** that can be used for [token-based authentication](https://docs.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-http2-token-authentification) (*the newer approach*)
74+
1. Create a **.p12** that can be uploaded directly to Notification Hub.
75+
2. Create a **.p8** that can be used for [token-based authentication](https://docs.microsoft.com/azure/notification-hubs/notification-hubs-push-notification-http2-token-authentification) (*the newer approach*).
7676

77-
The newer approach has a number of benefits (compared to using certificates) as documented in [Token-based (HTTP/2) authentication for APNS](https://docs.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-http2-token-authentification). However, steps have been provided for both approaches.
77+
The newer approach has a number of benefits (compared to using certificates) as documented in [Token-based (HTTP/2) authentication for APNS](https://docs.microsoft.com/azure/notification-hubs/notification-hubs-push-notification-http2-token-authentification). However, steps have been provided for both approaches.
7878

7979
### OPTION 1: Creating a .p12 push certificate that can be uploaded directly to Notification Hub
8080

@@ -122,9 +122,9 @@ The newer approach has a number of benefits (compared to using certificates) as
122122
123123
### OPTION 2: Creating a .p8 certificate that can be used for token-based authentication
124124

125-
1. Take a note of the following details:
125+
1. Make note of the following details:
126126

127-
- **App ID Prefix** (a.k.a. **Team ID**)
127+
- **App ID Prefix** (this is a **Team ID**)
128128
- **Bundle ID**
129129

130130
2. Back in **Certificates, Identifiers & Profiles**, click **Keys**.
@@ -133,15 +133,15 @@ The newer approach has a number of benefits (compared to using certificates) as
133133
> If you already have a key configured for **APNS**, you can re-use the .p8 certificate that you downloaded right after it was created. If so, you can ignore steps **3** through **5**.
134134
135135
3. Click the **+** button (or the **Create a key** button) to create a new key.
136-
4. Provide a suitable **Key Name** value, then tick to enable **Apple Push Notifications service (APNs)**, and then click **Continue**, followed by **Register** on the next screen.
136+
4. Provide a suitable **Key Name** value, then check the **Apple Push Notifications service (APNs)** option, and then click **Continue**, followed by **Register** on the next screen.
137137
5. Click **Download** and then move the **.p8** file (prefixed with *AuthKey_*) to a secure local directory, then click **Done**.
138138

139139
> [!NOTE]
140-
> Be sure to keep this in a secure place (and save a backup). After downloading your key, it cannot be re-downloaded as the server copy is removed.
140+
> Be sure to keep your .p8 file in a secure place (and save a backup). After downloading your key, it cannot be re-downloaded as the server copy is removed.
141141
142142
6. On **Keys**, click on the key that you just created (or an existing key if you have chosen to use that instead).
143-
7. Take a note of the **Key ID** value.
144-
8. Open your .p8 certificate in a suitable application of your choice such as [**Visual Studio Code**](https://code.visualstudio.com) then take a note of the key value. This is the value between **-----BEGIN PRIVATE KEY-----** and **-----END PRIVATE KEY-----** .
143+
7. Make note of the **Key ID** value.
144+
8. Open your .p8 certificate in a suitable application of your choice such as [**Visual Studio Code**](https://code.visualstudio.com) then make note of the key value. This is the value between **-----BEGIN PRIVATE KEY-----** and **-----END PRIVATE KEY-----** .
145145

146146
```
147147
-----BEGIN PRIVATE KEY-----
@@ -202,7 +202,7 @@ In this section, you create a notification hub and configure authentication with
202202
203203
## Configure your notification hub with APNs information
204204
205-
Under **Notification Services**, select **Apple (APNS)** then follow the appopriate steps based on the approach you chose previously in the [Creating a Certificate for Notification Hub](#creating-a-certificate-for-notification-hub) section.
205+
Under **Notification Services**, select **Apple (APNS)** then follow the appopriate steps based on the approach you chose previously in the [Creating a Certificate for Notification Hubs](#creating-a-certificate-for-notification-hubs) section.
206206
207207
> [!NOTE]
208208
> Use the **Production** for **Application Mode** only if you want to send push notifications to users who purchased your app from the store.
@@ -236,4 +236,4 @@ Under **Notification Services**, select **Apple (APNS)** then follow the appopri
236236
1. Choose **Sandbox**
237237
1. Select **Save**.
238238
239-
You've now configured your notification hub with APNs. You also have the connection strings to register your app and send push notifications.
239+
You've now configured your notification hub with APNs. You also have the connection strings to register your app and send push notifications.

0 commit comments

Comments
 (0)