Skip to content

Commit a0d2b17

Browse files
Updated text (#4141)
* Updated text * Fixed a typo
1 parent 6fe2b6e commit a0d2b17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

uwp/monetize/error-codes-for-store-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article describes common error codes for Store operations for apps and add-ons, including in-app purchasing, licensing, and self-install app updates.
33
title: Error codes for Store operations
4-
ms.date: 08/24/2017
4+
ms.date: 03/07/2024
55
ms.topic: article
66
keywords: windows 10, uwp, in-app purchases, IAPs, add-ons, error codes
77
ms.localizationpriority: medium
@@ -20,7 +20,7 @@ The following error codes are related to in-app purchase operations.
2020
|--------------|---------------|
2121
| 0x803F6100 | The in-app purchase could not be completed because Kid's Corner is active. To complete the purchase, sign in to the device with your Microsoft account and run the application again. |
2222
| 0x803F6101 | The specified app could not be found. The app may no longer be available in the Store, or you might have provided the wrong Store ID for the app. |
23-
| 0x803F6102 | The specified add-on could not be found. The add-on may no longer be available in the Store, or your might have provided the wrong Store ID for the add-on. |
23+
| 0x803F6102 | The specified add-on could not be found. The add-on may no longer be available in the Store, or you might have provided the wrong Store ID for the add-on. |
2424
| 0x803F6103 | The specified product could not be found. The product may no longer be available in the Store, or you might have provided the wrong Store ID for the product. |
2525
| 0x803F6104 | The in-app purchase could not be completed because you are running a trial version of the app. To complete in-app purchases, install the full version of the app. |
2626
| 0x803F6105 | The in-app purchase could not be completed because you are not signed in with your Microsoft account. |

uwp/monetize/get-desktop-app-installs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Use this REST URI to get aggregate install data for a desktop application during a given date range and other optional filters.
33
title: Get desktop application installs
4-
ms.date: 03/01/2018
4+
ms.date: 03/07/2024
55
ms.topic: article
66
keywords: windows 10, desktop app installs, Windows Desktop Application Program
77
localizationpriority: medium
@@ -40,7 +40,7 @@ To use this method, you need to first do the following:
4040

4141
| Parameter | Type | Description | Required
4242
|---------------|--------|---------------|------|
43-
| applicationId | string | The product ID of the desktop application for which you want to retrieve install data. To get the product ID of a desktop application, open any [analytics report for your desktop application in Partner Center](/windows/desktop/appxpkg/windows-desktop-application-program) (such as the **Installs report**) and retrieve the product ID from the URL. | Yes |
43+
| applicationId | string | The product ID of the desktop application for which you want to retrieve install data. To get the product ID of a desktop application, open any [analytics report for your desktop application in Partner Center](/windows/desktop/appxpkg/windows-desktop-application-program) (such as the **Installs report**) and retrieve the product ID from the URL by hovering your mouse over the link to reveal the details. | Yes |
4444
| startDate | date | The start date in the date range of install data to retrieve. The default is 90 days prior to the current date. | No |
4545
| endDate | date | The end date in the date range of install data to retrieve. The default is the current date. | No |
4646
| top | int | The number of rows of data to return in the request. The maximum value and the default value if not specified is 10000. If there are more rows in the query, the response body includes a next link that you can use to request the next page of data. | No |

0 commit comments

Comments
 (0)