Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

IStoreCallback.useTransactionLog

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public var useTransactionLog: bool;
public bool useTransactionLog;

Description

Toggle use of Unity IAP's transaction log.

Unity IAP features a transaction log that is used to de-duplicate transactions and ensure that any transactions completed offline are successfully processed when the app is next initialized. If your store does not need this functionality the transaction log can be disabled by setting this to 'false'.