Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.54 KB

currentapp_reportconsumablefulfillmentasync_2121095554.md

File metadata and controls

32 lines (22 loc) · 1.54 KB
-api-id -api-type
M:Windows.ApplicationModel.Store.CurrentApp.ReportConsumableFulfillmentAsync(System.String,System.Guid)
winrt method

Windows.ApplicationModel.Store.CurrentApp.ReportConsumableFulfillmentAsync

-description

Notifies the Microsoft Store that the purchase of a consumable add-on (also called an in-app product or IAP) is fulfilled and that the user has the right to access the content.

-parameters

-param productId

The product ID of the consumable add-on to report as fulfilled.

-param transactionId

The transaction ID for the purchase of the consumable add-on.

-returns

A FulfillmentResult value that indicates the fulfillment status for the consumable add-on.

-remarks

The product ID is the string that the app uses to identify the add-on. You enter the product ID when submitting your add-on in Partner Center, where it is associated with the description, price tier and lifetime. For more information, see How to use product IDs for add-ons in your code.

A unique transaction ID is required for each instance of a consumable product that has been purchased more than once.

-examples

-see-also