Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

IStoreCallback

interface in UnityEngine.Purchasing.Extension

Description

Callback used by store implementations to interact with Unity IAP.

Properties

productsGets the item with local identifier.
useTransactionLogToggle use of Unity IAP's transaction log.

Public Methods

OnProductsRetrievedComplete setup by providing a list of available products, complete with metadata and any associated purchase receipts and transaction IDs.
OnPurchaseFailedCall to indicate to Unity IAP that a purchase failed.
OnPurchaseSucceededInform Unity IAP of a purchase.
OnSetupFailedIndicate that IAP is unavailable for a specific reason, such as IAP being disabled in device settings.

Did you find this page useful? Please give it a rating: