Version: 5.6

IStoreCallback.OnPurchaseSucceeded

매뉴얼로 전환
public void OnPurchaseSucceeded (string storeSpecificId, string receipt, string transactionIdentifier);

파라미터

storeSpecificId Product that was purchased.
receipt Purchase receipt.
transactionIdentifier Transaction ID.

설명

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.