Version: 2017.1

UnityPurchasing.ClearTransactionLog

Switch to Manual
public static void ClearTransactionLog ();

Description

Clears Unity IAP's internal transaction log.

Unity IAP uses a transaction log to de-duplicate transactions and detect transactions that completed whilst your Application wasn't running. Clearing this log may be useful when testing your Application but should not be called in production. This method writes to persistent storage and may throw IO related Exceptions, for example if the device's storage is removed or read-only.