Finding the Windows Store Product ID
You can find the Windows Store Product ID from the Windows store app to upload and to distribute the store app through MaaS360® App Catalog. IBM® MaaS360 for Windows platform uses the Windows Store Product ID as a common identifier for Windows store apps.
Procedure
-
Open the Windows Store app website in the browser and
search for the app you want to upload and distribute. Follow one of these methods to find the Windows Store Product ID.
- Using the app URL
- After you select the app you want to upload and distribute in the IBM
MaaS360 Portal, click the app and
check for the app URL. Copy the Windows Store Product ID
from the app URL, which starts after "https://apps.microsoft.com/detail/" and ends before the "?".
Proceed to step 2 once the ID is copied.
Example: https://apps.microsoft.com/detail/9wzdncrfj4q7?hl=en-gb&gl=IN
- After you select the app you want to upload and distribute in the IBM
MaaS360 Portal, click the app and
check for the app URL. Copy the Windows Store Product ID
from the app URL, which starts after "https://apps.microsoft.com/detail/" and ends before the "?".
Proceed to step 2 once the ID is copied.
- Using Winget command
- Click the Windows Store app to view the app details and copy the app name.
- Open a command prompt on the Windows machine.
- Use the following command, replacing AppName with the actual name of the
app.
winget show "<App Name>" --source msstore --accept-source-agreementsThis command returns the details about the app, including the description, publisher, and app name.
- Check for the first line of the command output or scroll to the end of the command output to
find the Windows Store Product ID. Copy the Windows Store Product ID to add in the Window Store
App field and continue with step 2.
Command: winget show "app name" --source msstore --accept-source-agreements
OutputC:\Users\"username">winget show "app name" --source msstore --accept-source-agreements Found app name [9NCBCSZSJRSB] Version: Version Publisher: Publisher Publisher Url: Publisher URL of the app Description: Description of the app Installer: Installer Type: msstore Store Product Id: 9NCBCSZSJRSB Offline Distribution Supported: true
- Using the app URL
- From the IBM MaaS360 Portal home page, select Apps > Catalog.
- Click Add, expand the Windows section, and then select Windows Store App.
- Enter the Windows Store Product ID.
- Enter the app name, description into the respective fields in the portal.
- Click Save. After you complete these steps the Windows Store ID is collected accurately, the app is added to the IBM MaaS360 Portal, and the distribution process is completed successfully.