Skip to content

Commit c39fc60

Browse files
committed
Update MS Store URIs
Remove note from downloads URI and add library URI.
1 parent 5b24aa8 commit c39fc60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hub/apps/develop/launch/launch-store-app.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using ms-windows-store URIs in Windows apps
33
description: Launch the Microsoft Store app directly to a landing page or your product's page.
4-
ms.date: 02/11/2025
4+
ms.date: 02/19/2025
55
ms.topic: concept-article
66
# customer-intent: As a Windows developer, I want to learn how to use the ms-windows-store URI scheme to launch the Microsoft Store app to specific pages in the store.
77
---
@@ -24,7 +24,8 @@ You can launch the Store App to a specific page or section using the following o
2424
|--------------------------------------------------|-------------------------------------------------|-------|
2525
| ms-windows-store://home | Launches the home page of the Store. | |
2626
| ms-windows-store://navigatetopage/?Id=[vertical] | Launches a top-level vertical page of the store | Verticals include: `Home`, `Gaming`, `Entertainment`, `Productivity`, and `LOB`, but note that available verticals can vary by region. |
27-
| ms-windows-store://downloadsandupdates | Launches the downloads and updates page. | Starting with the October 2021 update to the Store app, this will launch the Library page. |
27+
| ms-windows-store://downloadsandupdates | Launches the Updates and downloads page. | |
28+
| ms-windows-store://mylibrary | Launches the Library page of the Store. | |
2829
| ms-windows-store://settings | Launches the Store settings page. | |
2930

3031
## Opening to a specific product

0 commit comments

Comments
 (0)