Version: 5.4
public void OnPurchaseSucceeded (string storeSpecificId, string receipt, string transactionIdentifier);

パラメーター

storeSpecificId 購入したプロダクト
receipt 購入レシート
transactionIdentifier トランザクション ID

説明

購入を Unity IAP に通知します。

IAP はトランザクション ID を元にローカルで重複排除を行います。トランザクションがまだ処理されていない場合は、アプリの ProcessPurchase メソッドのみ呼び出します。