Difference between revisions of "StoreKit:finishTransaction"

From GiderosMobile
Line 9: Line 9:
 
  StoreKit:finishTransaction(transaction)
 
  StoreKit:finishTransaction(transaction)
 
</source>
 
</source>
'''transaction''': (table) transaction information recevied with the event Event.TRANSACTION. ''''''<br/>
+
=== Parameters ===
 +
'''transaction''': (table) transaction information recevied with the event Event.TRANSACTION. <br/>

Revision as of 11:37, 23 August 2018

Available since: Gideros 2012.2.2

Description


Completes a pending transaction. Your application should call this function only after it has successfully processed the transaction and unlocked the functionality
purchased by the user.

 StoreKit:finishTransaction(transaction)

Parameters

transaction: (table) transaction information recevied with the event Event.TRANSACTION.