Version: 5.5

IStoreController.ConfirmPendingPurchase

Cambiar al Manual
public void ConfirmPendingPurchase (Purchasing.Product product);

Parámetros

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

Descripción

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.