Version: 2017.1

IStoreController.ConfirmPendingPurchase

Switch to Manual
public void ConfirmPendingPurchase (Purchasing.Product product);

Parameters

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

Description

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.