CurrentApp.GetAppReceiptAsync Methode

Definition

Fordert alle Belege für den Kauf der App und aller In-App-Produkte an. Beispiele für die Verwendung von Beleginformationen finden Sie unter Verwenden von Belegen zum Überprüfen von Produktkäufen.

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)

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Eine XML-formatierte Zeichenfolge, die alle Beleginformationen für den Kauf der App und aller In-App-Produkte enthält.

Attribute

Hinweise

Weitere Informationen zum Inhalt des Belegs finden Sie unter Verwenden von Belegen zum Überprüfen von Produktkäufen.

Gilt für: