Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

StoreKit.Transactions

Returns an array of pending transactions as JSON.

Component Version macOS Windows Linux Server iOS SDK
StoreKit 8.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "StoreKit.Transactions" )

Parameters

none

Result

Returns JSON or error.

Description

Returns an array of pending transactions as JSON.
For each transaction, you find values for transactionState, error, payment, originalTransaction, transactionDate and transactionIdentifier. State can be Purchasing, Purchased, Failed, Restored or Deferred.

Examples

Queries list of transactions:

Set Variable [ $transactions; Value: MBS( "StoreKit.Transactions" ) ]

See also

Blog Entries

This function checks for a license.

Created 22nd April 2018, last changed 22nd April 2018


StoreKit.ShowProductView - StoreRegistration

💬 Ask a question or report a problem