C# 클래스 AppleReceiptVerifier.ReceiptManager

Receipt Manager
상속: IReceiptManager
파일 보기 프로젝트 열기: devdaves/AppleReceiptVerifier

공개 메소드들

메소드 설명
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