CurrentAppSimulator.GetAppReceiptAsync 方法

定义

创建异步操作,用户可以使用该操作来模拟请求此应用和任何应用内产品购买的所有收据。 有关如何使用收据信息的示例,请参阅 使用收据验证产品购买情况。

public:
 static IAsyncOperation<Platform::String ^> ^ GetAppReceiptAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<winrt::hstring> GetAppReceiptAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> GetAppReceiptAsync();
function getAppReceiptAsync()
Public Shared Function GetAppReceiptAsync () As IAsyncOperation(Of String)

返回

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

XML 格式的字符串,包含此应用和任何应用内产品购买的所有收据。

属性

注解

有关收据内容的详细信息,请参阅 使用收据验证产品购买情况。

适用于