Skip to content

Commit 3b75fd7

Browse files
author
Jill Grant
authored
Merge pull request #291779 from jaganth/docs-editor/configure-notification-hub-por-1733893194
Update configure-notification-hub-portal-pns-settings.md
2 parents cbac0b9 + 8563ff2 commit 3b75fd7

File tree

7 files changed

+42
-39
lines changed

7 files changed

+42
-39
lines changed

articles/notification-hubs/configure-notification-hub-portal-pns-settings.md

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,52 @@ To set up Apple Push Notification Service (APNS):
3636
* Select the file icon, and then select the *.p12* file you want to upload.
3737
* Enter a password.
3838
* Select **Sandbox** mode. Or, to send push notifications to users who purchased your app from the store, select **Production** mode.
39-
40-
![Screenshot of an APNS certificate configuration in the Azure portal](./media/notification-hubs-ios-get-started/notification-hubs-apple-config-cert.png)
41-
42-
b. If you select **Token**:
39+
40+
![Screenshot of an APNS certificate configuration in the Azure portal.](media/configure-notification-hub-portal-pns-settings/notification-hubs-apple-config-cert.png)
41+
42+
43+
44+
b. If you select **Token**:
4345

4446
* Enter the values for **Key ID**, **Bundle ID**, **Team ID**, and **Token**.
4547
* Select **Sandbox** mode. Or, to send push notifications to users who purchased your app from the store, select **Production** mode.
48+
49+
![Screenshot of an APNS token configuration in the Azure portal.](media/configure-notification-hub-portal-pns-settings/notification-hubs-apple-config-token.png)
50+
51+
52+
53+
For more information, see [Send push notifications to iOS apps using Azure Notification Hubs](ios-sdk-get-started.md).
4654

47-
![Screenshot of an APNS token configuration in the Azure portal](./media/configure-notification-hub-portal-pns-settings/notification-hubs-apple-config-token.png)
55+
## Google Firebase Cloud Messaging V1 (FCMv1)
56+
57+
To set up push notifications for Google FCMv1:
58+
59+
1. In the Azure portal, on the **Notification Hub** page, select **Google (FCMv1)** from the left menu.
60+
2. Update the **Private Key**, **Project ID**, and **Client Email** values from the service account JSON file obtained from the Firebase Console.
61+
1. Select **Save**.
4862

49-
For more information, see [Send push notifications to iOS apps using Azure Notification Hubs](ios-sdk-get-started.md).
63+
64+
![Screenshot that shows how to configure Notification Hubs for Google FCMv1.](media/configure-notification-hub-portal-pns-settings/fcm-v1-key.png)
65+
66+
When you complete these steps, an alert indicates that the notification hub has been successfully updated. The **Save** button is disabled.
5067

5168
## Google Firebase Cloud Messaging (FCM)
5269

70+
> [!NOTE]
71+
> Firebase Cloud Messaging (FCM) has been deprecated and is no longer supported.
72+
5373
# [Portal](#tab/azure-portal)
5474

5575
To set up push notifications for Google FCM:
5676

5777
1. In the Azure portal, on the **Notification Hub** page, select **Google (GCM/FCM)** from the left menu.
5878
2. Paste the **API Key** for the Google FCM project that you saved earlier.
59-
3. Select **Save**.
60-
61-
![Screenshot that shows how to configure Notification Hubs for Google FCM](./media/notification-hubs-android-push-notification-google-fcm-get-started/fcm-server-key.png)
79+
1. Select **Save**.
6280

81+
![Screenshot that shows how to configure Notification Hubs for Google FCM.](media/configure-notification-hub-portal-pns-settings/fcm-server-key.png)
82+
83+
84+
6385
When you complete these steps, an alert indicates that the notification hub has been successfully updated. The **Save** button is disabled.
6486

6587
# [Azure CLI](#tab/azure-cli)
@@ -113,46 +135,27 @@ To set up Windows Push Notification Service (WNS):
113135

114136
1. In the Azure portal, on the **Notification Hub** page, select **Windows (WNS)** from the left menu.
115137
2. Enter values for **Package SID** and **Security Key**.
116-
3. Select **Save**.
117-
118-
![Screenshot that shows the Package SID and Security Key boxes](./media/notification-hubs-windows-store-dotnet-get-started/notification-hub-configure-wns.png)
138+
1. Select **Save**.
119139

140+
![Screenshot that shows the Package SID and Security Key boxes.](media/configure-notification-hub-portal-pns-settings/notification-hub-configure-wns.png)
141+
142+
143+
120144
For information, see [Send notifications to UWP apps by using Azure Notification Hubs](notification-hubs-windows-store-dotnet-get-started-wns-push-notification.md).
121145

122-
## Microsoft Push Notification Service for Windows Phone
123-
124-
> [!NOTE]
125-
> Microsoft Push Notification Service (MPNS) has been deprecated and is no longer supported.
126-
127-
To set up Microsoft Push Notification Service (MPNS) for Windows Phone:
128-
129-
1. In the Azure portal, on the **Notification Hub** page, select **Windows Phone (MPNS)** from the left menu.
130-
1. Enable either unauthenticated or authenticated push notifications:
131-
132-
a. To enable unauthenticated push notifications, select **Enable unauthenticated push** > **Save**.
133-
134-
![Screenshot that shows how to enable unauthenticated push notifications](./media/notification-hubs-windows-phone-get-started/azure-portal-unauth.png)
135-
136-
b. To enable authenticated push notifications:
137-
* On the toolbar, select **Upload Certificate**.
138-
* Select the file icon, and then select the certificate file.
139-
* Enter the password for the certificate.
140-
* Select **OK**.
141-
* On the **Windows Phone (MPNS)** page, select **Save**.
142-
143-
For more information, see [Push notifications to Windows Phone apps by using Notification Hubs](notification-hubs-windows-mobile-push-notifications-mpns.md).
144-
145146
## Baidu (Android China)
146147

147148
To set up push notifications for Baidu:
148149

149150
1. In the Azure portal, on the **Notification Hub** page, select **Baidu (Android China)** from the left menu.
150151
2. Enter the **API Key** that you obtained from the Baidu console in the Baidu cloud push project.
151152
3. Enter the **Secret Key** that you obtained from the Baidu console in the Baidu cloud push project.
152-
4. Select **Save**.
153-
154-
![Screenshot of Notification Hubs that shows the Baidu (Android China) configuration for push notifications](./media/notification-hubs-baidu-get-started/AzureNotificationServicesBaidu.png)
153+
1. Select **Save**.
155154

155+
![Screenshot of Notification Hubs that shows the Baidu (Android China) configuration for push notifications.](media/configure-notification-hub-portal-pns-settings/azure-notification-services-baidu.png)
156+
157+
158+
156159
When you complete these steps, an alert indicates that the notification hub has been successfully updated. The **Save** button is disabled.
157160

158161
For more information, see [Get started with Notification Hubs by using Baidu](notification-hubs-baidu-china-android-notifications-get-started.md).
@@ -166,5 +169,5 @@ To learn more about how to push notifications to various platforms, see these tu
166169
* [Send push notifications to iOS apps using Azure Notification Hubs](ios-sdk-get-started.md)
167170
* [Send notifications to Android devices by using Notification Hubs and Google FCM](notification-hubs-android-push-notification-google-fcm-get-started.md)
168171
* [Send notifications to a UWP app running on a Windows device](notification-hubs-windows-store-dotnet-get-started-wns-push-notification.md)
169-
* [Send notifications to a Windows Phone 8 app by using MPNS](notification-hubs-windows-mobile-push-notifications-mpns.md)
170172
* [Send notifications by using Notification Hubs and Baidu cloud push](notification-hubs-baidu-china-android-notifications-get-started.md)
173+
Loading
56.7 KB
Loading
60.1 KB
Loading
59.9 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)