Version: 2017.1

IStoreController.ConfirmPendingPurchase

매뉴얼로 전환
public void ConfirmPendingPurchase (Purchasing.Product product);

파라미터

product The product to confirm the conclusion of its purchase transaction.

설명

Confirm a pending purchase.

Where an application returned PurchaseProcessingResult.Pending from IStoreListener.ProcessPurchase, this method should be used to inform Unity IAP that the Application has made a record of the purchase. Once a purchase is confirmed, Unity IAP will not inform the application of it again.

See Also: PurchaseProcessingResult, IStoreListener.