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

IStoreCallback.OnPurchaseSucceeded

public void OnPurchaseSucceeded(string storeSpecificId, string receipt, string transactionIdentifier);

Parameters

storeSpecificIdProduct that was purchased.
receiptPurchase receipt.
transactionIdentifierTransaction ID.

Description

Inform Unity IAP of a purchase.

Unity IAP performs local deduplication based on transaction ID; the App's ProcessPurchase method will only be triggered if the transaction has not already been processed.

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