CurrentApp.GetProductReceiptAsync(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.
Requests the receipt for the specified product ID. For examples of how receipt information can be used, see Using receipts to verify product purchases.
public:
static IAsyncOperation<Platform::String ^> ^ GetProductReceiptAsync(Platform::String ^ productId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<winrt::hstring> GetProductReceiptAsync(winrt::hstring const& productId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> GetProductReceiptAsync(string productId);
function getProductReceiptAsync(productId)
Public Shared Function GetProductReceiptAsync (productId As String) As IAsyncOperation(Of String)
Parameters
- productId
-
String
Platform::String
winrt::hstring
The unique identifier for the product that you specified this identifier when you submitted the app to the Microsoft Store
Returns
An XML-formatted string that contains the receipt for the specified productId.
- Attributes
Remarks
For more information about the contents of the receipt, see Using receipts to verify product purchases.