Difference between revisions of "Event.TRANSACTION"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === This event is dispatched when a transaction is updated. The event listener should process all succes...")
(No difference)

Revision as of 11:04, 23 August 2018

Available since: Gideros 2012.2.2

Description

This event is dispatched when a transaction is updated. The event listener should process all successful transactions, unlock the functionality purchased by the user, and then finish the transaction by calling `StoreKit:finishTransaction` method.