Skip to content

Commit 1a89c95

Browse files
authored
fixes
1 parent 06424bc commit 1a89c95

19 files changed

Lines changed: 32 additions & 17 deletions

windows.applicationmodel.store/currentapp_requestapppurchaseasync_2023276791.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public Windows.Foundation.IAsyncOperation<string> RequestAppPurchaseAsync(System
1010
# Windows.ApplicationModel.Store.CurrentApp.RequestAppPurchaseAsync
1111

1212
## -description
13-
> [!Note]
13+
> [!NOTE]
1414
> In-app purchase functionality is not supported in evelated applications.
1515
1616
Requests the purchase of a full app license.

windows.applicationmodel.store/currentapp_requestproductpurchaseasync_1631257175.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ public Windows.Foundation.IAsyncOperation<string> RequestProductPurchaseAsync(Sy
1212
## -description
1313
> [!NOTE]
1414
> [RequestProductPurchaseAsync(String, Boolean) may be altered or unavailable for releases after Windows 8.1. Instead, use [RequestProductPurchaseAsync(String)](currentapp_requestproductpurchaseasync_2091240017.md).
15-
> [!Note]
15+
16+
> [!NOTE]
1617
> In-app purchase functionality is not supported in evelated applications.
1718
1819
Requests the purchase of an add-on (also called an in-app product or IAP). Additionally, calling this method displays the UI that is used to complete the transaction via the Microsoft Store.

windows.applicationmodel.store/currentapp_requestproductpurchaseasync_1934617021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync
1111

1212
## -description
13-
> [!Note]
13+
> [!NOTE]
1414
> In-app purchase functionality is not supported in evelated applications.
1515
1616
Requests the purchase of an add-on (also called an in-app product or IAP). Additionally, calling this method displays the UI that is used to complete the transaction via the Microsoft Store. This overload includes parameters you can use to display details for a specific offer within a large catalog of in-app purchases that is represented by a single product entry in the Store.

windows.applicationmodel.store/currentapp_requestproductpurchaseasync_2091240017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync
1111

1212
## -description
13-
> [!Note]
13+
> [!NOTE]
1414
> In-app purchase functionality is not supported in evelated applications.
1515
1616
Requests the purchase of an add-on (also called an in-app product or IAP). Additionally, calling this method displays the UI that is used to complete the transaction via the Microsoft Store.

windows.applicationmodel.store/currentappsimulator_requestapppurchaseasync_2023276791.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public Windows.Foundation.IAsyncOperation<string> RequestAppPurchaseAsync(System
1010
# Windows.ApplicationModel.Store.CurrentAppSimulator.RequestAppPurchaseAsync
1111

1212
## -description
13-
> [!Note]
13+
> [!NOTE]
1414
> In-app purchase functionality is not supported in evelated applications.
1515
1616
Creates the async operation that simulates a user request to buy a full license for the current app.

windows.applicationmodel.store/currentappsimulator_requestproductpurchaseasync_1631257175.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ public Windows.Foundation.IAsyncOperation<string> RequestProductPurchaseAsync(Sy
1212
## -description
1313
> [!NOTE]
1414
> [RequestProductPurchaseAsync(String, Boolean) may be altered or unavailable for releases after Windows 8.1. Instead, use [RequestProductPurchaseAsync(String)](currentappsimulator_requestproductpurchaseasync_2091240017.md).
15-
> [!Note]
15+
16+
> [!NOTE]
1617
> In-app purchase functionality is not supported in evelated applications.
1718
1819
Creates the async operation that displays the UI that is used to simulate the purchase of an add-on (also called an in-app product or IAP) from the Microsoft Store.

windows.applicationmodel.store/currentappsimulator_requestproductpurchaseasync_1934617021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync
1111

1212
## -description
13-
> [!Note]
13+
> [!NOTE]
1414
> In-app purchase functionality is not supported in evelated applications.
1515
1616
Creates the async operation that displays the UI that is used to simulate the purchase of an add-on (also called an in-app product or IAP) from the Microsoft Store. This overload includes parameters you can use to display details for a specific offer within a large catalog of in-app purchases that is represented by a single product entry in the Store.

windows.applicationmodel.store/currentappsimulator_requestproductpurchaseasync_2091240017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync
1111

1212
## -description
13-
> [!Note]
13+
> [!NOTE]
1414
> In-app purchase functionality is not supported in evelated applications.
1515
1616
Creates the async operation that displays the UI that is used to simulate the purchase of an add-on (also called an in-app product or IAP) from the Microsoft Store.

windows.applicationmodel.store/windows_applicationmodel_store.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Provides types and members for interacting with the Windows Store to add in-app
1010

1111
> [!NOTE]
1212
> The **Windows.ApplicationModel.Store** namespace is no longer being updated with new features. If your project targets **Windows 10 Anniversary Edition (10.0; Build 14393)** or a later release in Visual Studio (that is, you are targeting Windows 10, version 1607, or later), we recommend that you use the [Windows.Services.Store](../windows.services.store/windows_services_store.md) namespace instead. For more information, see [In-app purchases and trials](/windows/uwp/monetize/in-app-purchases-and-trials). The **Windows.ApplicationModel.Store** namespace is not supported in Windows desktop applications that use the [Desktop Bridge](https://developer.microsoft.com/windows/bridges/desktop) or in apps or games that use a development sandbox in [Partner Center](https://partner.microsoft.com/dashboard) (for example, this is the case for any game that integrates with Xbox Live). These products must use the [Windows.Services.Store](../windows.services.store/windows_services_store.md) namespace to implement in-app purchases and trials.
13+
14+
> [!NOTE]
1315
> In-app purchase and in-app ratings functionalities are not currently supported in elevated applications.
1416
1517
## -remarks

windows.services.store/storeavailability_requestpurchaseasync_1696674465.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Requests the purchase of the current SKU availability and displays the UI that i
1414

1515
> [!IMPORTANT]
1616
> This method must be called on the UI thread.
17-
> [!Note]
17+
18+
> [!NOTE]
1819
> In-app purchase functionality is not supported in evelated applications.
1920
2021
## -returns

0 commit comments

Comments
 (0)