Skip to content

Commit 930e118

Browse files
committed
Updates per feedback
1 parent 0b0d2bf commit 930e118

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,25 @@ To send push notifications to UWP apps, associate your app to the Windows Store.
6565
3. Expand **Product management**, and then select **Product Identity**. Take note of the **Package SID**, **Package/Identity/Name**, **Package/Identity/Publisher**, and **Package/Properties/PublisherDisplayName** values.
6666

6767
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/product-identity.png" alt-text="Partner center apps":::
68-
4. Under **Product management**, select **WNS/MPNS**, and then select **App Registration portal**. Sign in to your Microsoft account. The application registration page opens in a new tab. Take note of the **Application Secret** password.
68+
4. Under **Product management**, select **WNS/MPNS**, and then select **App Registration portal**. Sign in to your Microsoft account. The application registration page opens in a new tab.
6969

7070
![WNS page](./media/notification-hubs-windows-store-dotnet-get-started/wns-page.png)
7171

72-
> [!WARNING]
73-
> The application secret and package SID are important security credentials. Do not share these values with anyone or distribute them with your app.
74-
7572
5. Under **Essentials**, select **Client credentials: Add a certificate or secret**.
7673

7774
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/hub-azure-portal.png" alt-text="Notification Hub settings on Azure portal":::
7875

79-
6. On the **Certificates & secrets** page, under **Client secrets**, select **New client secret**. After you create a client secret, take note of it before you leave the page.
76+
6. On the **Certificates & secrets** page, under **Client secrets**, select **New client secret**. After you create a client secret (also called an application secret), take note of it before you leave the page.
8077

8178
> [!WARNING]
82-
> You can only view client secret values immediately after creating them. Make sure to save the secret before leaving the page.
79+
> You can only view client secret (application secret) values immediately after creating them. Make sure to save the secret before leaving the page.
8380
8481
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/new-client-secret.png" alt-text="Client secret on portal":::
8582

83+
> [!WARNING]
84+
> The application secret and package SID are important security credentials. Do not share these values with anyone or distribute them with your app.
85+
86+
8687
## Create a Notification Hub
8788

8889
[!INCLUDE [notification-hubs-portal-create-new-hub](../../includes/notification-hubs-portal-create-new-hub.md)]
@@ -161,7 +162,7 @@ Your notification hub is now configured to work with WNS. You have the connectio
161162

162163
This action guarantees that the channel URI is registered in your notification hub each time the application launches.
163164

164-
12. Right-click `Package.appxmanifest` and select **View Code (F7)**. Locate `<Identity .../>` and replace the **Name** value with the **Package/Identity/Name**, and replace its **Publisher** value with the **Package/Identity/Publisher** value from the WNS you created [earlier](#create-an-app-in-windows-store).
165+
12. Right-click `Package.appxmanifest` and select **View Code (F7)**. Locate `<Identity .../>` and replace the **Name** value with the **Package/Identity/Name**, and replace its **Publisher** value with the **Package/Identity/Publisher** value from the app you created [earlier](#create-an-app-in-windows-store).
165166

166167
13. To run the app, press the keyboard's **F5** key. A dialog box containing the registration key will display. To close the dialog, click **OK**.
167168

0 commit comments

Comments
 (0)