Skip to content

Commit 0964352

Browse files
authored
Update documentation to reflect known limitations
1 parent da888bf commit 0964352

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

windows.services.store/windows_services_store.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Provides types and members you can use to access and manage Microsoft Store-rela
1010

1111
> [!NOTE]
1212
> This namespace was introduced in Windows 10, version 1607, and it can only be used in projects that target **Windows 10 Anniversary Edition (10.0; Build 14393)** or a later release in Visual Studio. If your project targets an earlier version of Windows 10, you must use the [Windows.ApplicationModel.Store](../windows.applicationmodel.store/windows_applicationmodel_store.md) namespace instead of the Windows.Services.Store namespace. For more information, see [In-app purchases and trials](/windows/uwp/monetize/in-app-purchases-and-trials).
13+
> In-app purchase and in-app ratings functionalities are not currently supported in elevated applications.
1314
1415
## -remarks
1516
The [StoreContext](storecontext.md) class is the main entry point to the Windows.Services.Store namespace. Use members of this class to perform tasks such as getting Microsoft Store listing and license info for the current app, purchasing the current app or add-ons that are offered by the app, or downloading and installing package updates for the app. Other classes and types in this namespace represent items such as add-ons for the app, licenses for the app and its add-ons, and Microsoft Store listing info for the app.

0 commit comments

Comments
 (0)