Skip to content

Commit 2aecb06

Browse files
Merge pull request #6044 from MicrosoftDocs/main638997766917720538sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 7ddc77f + 135c2b2 commit 2aecb06

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

uwp/monetize/in-app-purchases-and-trials-using-the-windows-applicationmodel-store-namespace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ The articles in this section provide in-depth guidance and code examples for usi
1616
> [!IMPORTANT]
1717
> 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](/uwp/api/windows.services.store) namespace instead. For more information, see [In-app purchases and trials](./in-app-purchases-and-trials.md). The **Windows.ApplicationModel.Store** namespace is not supported in Windows desktop applications that use the [Desktop Bridge](/windows/msix/desktop/source-code-overview) or in apps or games that use a development sandbox in Partner Center (for example, this is the case for any game that integrates with Xbox Live). These products must use the **Windows.Services.Store** namespace to implement in-app purchases and trials.
1818
19+
> [!IMPORTANT]
20+
> In-app purchase and in-app rate and review functionalities provided in the **Windows.ApplicationModel.Store** namespace is not currently supported in evelated applications.
21+
1922
## Get started with the CurrentApp and CurrentAppSimulator classes
2023

2124
The main entry point to the **Windows.ApplicationModel.Store** namespace is the [CurrentApp](/uwp/api/windows.applicationmodel.store.currentapp) class. This class provides static properties and methods you can use to get info for the current app and its available add-ons, get license info for the current app or its add-ons, purchase an app or add-on for the current user, and perform other tasks.

uwp/monetize/in-app-purchases-and-trials.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ The Windows SDK provides APIs you can use to implement the following features to
1818

1919
This article provides an overview of how in-app purchases and trials work in UWP apps.
2020

21+
> [!IMPORTANT]
22+
> In-app purchase functionality is not currently supported in elevated applications.
23+
2124
<span id="choose-namespace"></span>
2225

2326
## Choose which namespace to use

0 commit comments

Comments
 (0)