Skip to content

Commit 74fe720

Browse files
Merge pull request #2513 from zawatse/patch-1
Update Documentation with known limitations
2 parents da888bf + 2f87fec commit 74fe720

19 files changed

Lines changed: 57 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+
> [!IMPORTANT]
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<string> RequestProductPurchaseAsync(Sy
1010
# Windows.ApplicationModel.Store.CurrentApp.RequestProductPurchaseAsync
1111

1212
## -description
13+
> [!IMPORTANT]
14+
> In-app purchase functionality is not supported in evelated applications.
15+
1316
> [!NOTE]
1417
> [RequestProductPurchaseAsync(String, Boolean) may be altered or unavailable for releases after Windows 8.1. Instead, use [RequestProductPurchaseAsync(String)](currentapp_requestproductpurchaseasync_2091240017.md).
1518

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+
> [!IMPORTANT]
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+
> [!IMPORTANT]
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+
> [!IMPORTANT]
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public Windows.Foundation.IAsyncOperation<string> RequestProductPurchaseAsync(Sy
1010
# Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync
1111

1212
## -description
13+
> [!IMPORTANT]
14+
> In-app purchase functionality is not supported in evelated applications.
15+
1316
> [!NOTE]
1417
> [RequestProductPurchaseAsync(String, Boolean) may be altered or unavailable for releases after Windows 8.1. Instead, use [RequestProductPurchaseAsync(String)](currentappsimulator_requestproductpurchaseasync_2091240017.md).
1518

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+
> [!IMPORTANT]
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+
> [!IMPORTANT]
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.applicationmodel.store/windows_applicationmodel_store.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
## -description
99
Provides types and members for interacting with the Windows Store to add in-app purchases and trial functionality to your Universal Windows Platform (UWP) app.
1010

11+
> [!IMPORTANT]
12+
> In-app purchase and in-app ratings functionalities are not currently supported in elevated applications.
13+
1114
> [!NOTE]
1215
> 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.
1316

windows.services.store/storeavailability_requestpurchaseasync_1696674465.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Requests the purchase of the current SKU availability and displays the UI that i
1515
> [!IMPORTANT]
1616
> This method must be called on the UI thread.
1717
18+
> [!IMPORTANT]
19+
> In-app purchase functionality is not supported in evelated applications.
20+
1821
## -returns
1922
An asynchronous operation that, on successful completion, returns a [StorePurchaseResult](storepurchaseresult.md) object that provides status and error info about the purchase.
2023

0 commit comments

Comments
 (0)