Skip to content

Commit 06424bc

Browse files
authored
add more granular notes
1 parent 5dbd353 commit 06424bc

17 files changed

Lines changed: 40 additions & 0 deletions

windows.applicationmodel.store/currentapp_requestapppurchaseasync_2023276791.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<string> RequestAppPurchaseAsync(System
1010
# Windows.ApplicationModel.Store.CurrentApp.RequestAppPurchaseAsync
1111

1212
## -description
13+
> [!Note]
14+
> In-app purchase functionality is not supported in evelated applications.
15+
1316
Requests the purchase of a full app license.
1417

1518
## -parameters

windows.applicationmodel.store/currentapp_requestproductpurchaseasync_1631257175.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +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]
16+
> In-app purchase functionality is not supported in evelated applications.
1517
1618
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.
1719

windows.applicationmodel.store/currentapp_requestproductpurchaseasync_1934617021.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync
1111

1212
## -description
13+
> [!Note]
14+
> In-app purchase functionality is not supported in evelated applications.
15+
1316
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.
1417

1518
## -parameters

windows.applicationmodel.store/currentapp_requestproductpurchaseasync_2091240017.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync
1111

1212
## -description
13+
> [!Note]
14+
> In-app purchase functionality is not supported in evelated applications.
15+
1316
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.
1417

1518
## -parameters

windows.applicationmodel.store/currentappsimulator_requestapppurchaseasync_2023276791.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<string> RequestAppPurchaseAsync(System
1010
# Windows.ApplicationModel.Store.CurrentAppSimulator.RequestAppPurchaseAsync
1111

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

1518
## -parameters

windows.applicationmodel.store/currentappsimulator_requestproductpurchaseasync_1631257175.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +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]
16+
> In-app purchase functionality is not supported in evelated applications.
1517
1618
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.
1719

windows.applicationmodel.store/currentappsimulator_requestproductpurchaseasync_1934617021.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync
1111

1212
## -description
13+
> [!Note]
14+
> In-app purchase functionality is not supported in evelated applications.
15+
1316
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.
1417

1518
## -parameters

windows.applicationmodel.store/currentappsimulator_requestproductpurchaseasync_2091240017.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<Windows.ApplicationModel.Store.Purchas
1010
# Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync
1111

1212
## -description
13+
> [!Note]
14+
> In-app purchase functionality is not supported in evelated applications.
15+
1316
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.
1417

1518
## -parameters

windows.services.store/storeavailability_requestpurchaseasync_1696674465.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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]
18+
> In-app purchase functionality is not supported in evelated applications.
1719
1820
## -returns
1921
An asynchronous operation that, on successful completion, returns a [StorePurchaseResult](storepurchaseresult.md) object that provides status and error info about the purchase.

windows.services.store/storeavailability_requestpurchaseasync_1703896342.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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]
18+
> In-app purchase functionality is not supported in evelated applications.
1719
1820
## -parameters
1921
### -param storePurchaseProperties

0 commit comments

Comments
 (0)