Skip to content

Commit fbf6a30

Browse files
committed
Merged main into live
2 parents 5b24aa8 + e4febab commit fbf6a30

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
---
88

99
# Using ms-windows-store URIs
1010

11-
This topic describes the **ms-windows-store:** URI scheme. Your app can use this URI scheme to launch the Microsoft Store app to specific pages in the store by using the [**LaunchUriAsync**](/uwp/api/windows.system.launcher.launchuriasync) method on Windows.
11+
This topic describes the **ms-windows-store:** URI scheme. Your app can use this URI scheme to launch the Microsoft Store app to specific pages in the store by using the [LaunchUriAsync](/uwp/api/windows.system.launcher.launchuriasync) method on Windows.
1212

1313
For example, you can open the Store to the Games page using the following code:
1414

@@ -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)