Type Function Return value none Revision Release 2024.3703 Keywords Google, IAP, in-app purchases, purchase See also store.purchase() store.*
Notifies Google Play Store that purchase was processed (acknowledges it).
Following every successful transaction you must call this function and/or consume it. If you don't do it over three days, Google Play will refund the purchase to customer.
This function has two alternative syntaxes
store.finishTransaction( transaction ) store.finishTransaction( productIdentifier )
Table. Table containing data related to the transaction.
String. String representing the product identifier of the item to be acknowledged.