CurrentApp.ReportProductFulfillment(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.