Type Function Return value none Revision Release 2024.3703 Keywords Amazon, IAP, in-app purchases, finishTransaction See also store.loadProducts() store.purchase() store.restore() store.*
Notifies Amazon about the transaction being processed. This is required for all three types of "CONSUMABLE"
, "ENTITLEMENT"
, or "SUBSCRIPTION"
).
You must call this function following every successful transaction. If you don't, Amazon will assume that the transaction was interrupted and will attempt to resume it sometime after the next application launch.
If you're offering the item as downloadable content, do not call this function until the download is complete.
store.finishTransaction( transaction )