CurrentApp.ReportProductFulfillment(String) Method

Definition

Notifies the Microsoft Store that the application has fulfilled the in-app product. This product cannot be re-purchased until the app has confirmed fulfillment using this method.

public:
 static void ReportProductFulfillment(Platform::String ^ productId);
 static void ReportProductFulfillment(winrt::hstring const& productId);
public static void ReportProductFulfillment(string productId);
function reportProductFulfillment(productId)
Public Shared Sub ReportProductFulfillment (productId As String)

Parameters

productId
String

Platform::String

winrt::hstring

The ID of the product that has been delivered to the user.

Applies to