Windows.ApplicationModel.Store Namespace

Provides types and members for interacting with the Microsoft Store.

Important note

This namespace is largely deprecated for Xbox usage scenarios. The only exception is LicenseInformation which contains trial information and LicenseChangedEventHandler which handles license changes. See Xbox One Game Trials for more information. In particular, all the product listing, purchase, and receipt API, as well as the CurrentAppSimulator workflow is not relevant for Xbox or Windows 10. See Xbox One Marketplace and Downloadable Content to understand the Microsoft Store and how to implement in-app purchases from your title.

Classes

  Name Description
CurrentApp Defines methods and properties you can use to get license and listing info about the current app and perform in-app purchases.
CurrentAppSimulator Defines methods and properties used to instantiate an object that you can use to get simulated license info during testing.
LicenseInformation Provides access to the current app’s license metadata.
ListingInformation Provides the listing info that describes the app in the Microsoft Store.
ProductLicense Provides info about a license that is associated with an in-app offer.
ProductListing Provides localized information about an in-app offer.

Delegates

  Name Description
LicenseChangedEventHandler Represents the method that will handle the LicenseChanged event.