StoreKit:restoreCompletedTransactions

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Restore previously completed purchases. `Event.TRANSACTION` event is dispatched for each prev...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2012.2.2

Description


Restore previously completed purchases. `Event.TRANSACTION` event is dispatched for each previously completed transaction that can be restored.
Each transaction includes a copy of the original transaction.

After the transactions are delivered, `Event.RESTORE_TRANSACTIONS_COMPLETE` event is dispatched. If an error occurred while restoring transactions, `event.errorCode` and
`event.errorDescription` fields contain the details of the error.

= StoreKit:restoreCompletedTransactions()