CurrentApp.ReportProductFulfillment method

0 out of 1 rated this helpful - Rate this topic

Windows Phone only. Notifies the marketplace that the application has delivered the paid-for goods to the user. You cannot repurchase a product until you have confirmed its delivery using this method

Syntax


public static void ReportProductFulfillment(
  string productId
)

Parameters

productId

Type: System.String [.NET] | Platform::String [C++]

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

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Store
Windows::ApplicationModel::Store [C++]

Metadata

Windows.winmd

See also

CurrentApp

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.