C# Класс AppleReceiptVerifier.ReceiptManager

Receipt Manager
Наследование: IReceiptManager
Показать файл Открыть проект

Открытые методы

Метод Описание
ReceiptManager ( ) : System

Initializes a new instance of the ReceiptManager class.

ValidateReceipt ( Uri postUri, string receiptData, string password = null ) : Response

Validate Receipt

Приватные методы

Метод Описание
ReceiptManager ( IAppleHttpRequest appleHttpRequest ) : System

Initializes a new instance of the ReceiptManager class.

Описание методов

ReceiptManager() публичный Метод

Initializes a new instance of the ReceiptManager class.
public ReceiptManager ( ) : System
Результат System

ValidateReceipt() публичный Метод

Validate Receipt
public ValidateReceipt ( Uri postUri, string receiptData, string password = null ) : Response
postUri System.Uri Uri to post receipt data to
receiptData string receipt data from apple
password string Your app’s shared secret (a hexadecimal string). Only used for receipts that contain auto-renewable subscriptions.
Результат AppleReceiptVerifier.Models.Response