Select your preferred scripting language. All code snippets will be displayed in this language.
interface in UnityEngine.Purchasing.Extension
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseCallback used by store implementations to interact with Unity IAP.
products | Gets the item with local identifier. |
useTransactionLog | Toggle use of Unity IAP's transaction log. |
OnProductsRetrieved | Complete setup by providing a list of available products, complete with metadata and any associated purchase receipts and transaction IDs. |
OnPurchaseFailed | Call to indicate to Unity IAP that a purchase failed. |
OnPurchaseSucceeded | Inform Unity IAP of a purchase. |
OnSetupFailed | Indicate that IAP is unavailable for a specific reason, such as IAP being disabled in device settings. |