Skip to content

Commit 7d0a145

Browse files
authored
Update WNS configuration settings
Added instruction to include "ms-app://" when entering the value for Package SID.
1 parent c2d82ce commit 7d0a145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To send push notifications to UWP apps, associate your app to the Windows Store.
9191
### Configure WNS settings for the hub
9292

9393
1. In the **NOTIFICATION SETTINGS** category, select **Windows (WNS)**.
94-
2. Enter values for **Package SID** and **Security Key** (the **Application Secret**) you noted from the previous section.
94+
2. Enter values for **Package SID** (like this "ms-app://`<Your Package SID>`") and **Security Key** (the **Application Secret**) you noted from the previous section.
9595
3. Click **Save** on the toolbar.
9696

9797
![The Package SID and Security Key boxes](./media/notification-hubs-windows-store-dotnet-get-started/notification-hub-configure-wns.png)

0 commit comments

Comments
 (0)