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
3. Expand **Product management**, select **WNS/MPNS**, and then select **Live Services site**. Sign in to your Microsoft account. The application registration page opens in a new tab. Alternatively, you can navigate directly to the [My applications](https://apps.dev.microsoft.com) page, and select your application name to get to this page.
65
+
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.
4. Note the **Application Secrets** password as well as both **Package security identifier (SID)** and **Application Identity** under the Windows Store section.
67
+
:::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.
5. Under **Essentials**, select **Client credentials: Add a certificate or secret**.
73
+
74
+
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/hub-azure-portal.png" alt-text="Notification Hub settings on Azure portal":::
75
+
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.
77
+
78
+
> [!WARNING]
79
+
> You can only view client secret (application secret) values immediately after creating them. Make sure to save the secret before leaving the page.
80
+
81
+
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/new-client-secret.png" alt-text="Client secret on portal":::
82
+
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.
69
85
70
-
>[!WARNING]
71
-
>The application secret and package SID are important security credentials. Do not share these values with anyone or distribute them with your app.
72
86
73
87
## Create a Notification Hub
74
88
@@ -77,7 +91,7 @@ To send push notifications to UWP apps, associate your app to the Windows Store.
77
91
### Configure WNS settings for the hub
78
92
79
93
1. In the **NOTIFICATION SETTINGS** category, select **Windows (WNS)**.
80
-
2. Enter values for **Package SID** and **Security Key** you noted from the previous section.
94
+
2. Enter values for **Package SID** and **Security Key**(the **Application Secret**) you noted from the previous section.
81
95
3. Click **Save** on the toolbar.
82
96
83
97

@@ -148,7 +162,7 @@ Your notification hub is now configured to work with WNS. You have the connectio
0 commit comments