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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

StoreKit.Products

Queries product list.

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

Parameters

none

Result

Returns JSON or error.

Description

Queries product list.
Please call StoreKit.QueryProducts first to query products and wait for StoreKit.ProductRequestRunning returning 0.
The JSON contains an array of products and each product has the following values: localizedDescription, localizedTitle, priceLocale, price, productIdentifier, downloadable and formattedPrice.

Examples

Queries list of products:

Set Variable [ $products ; Value: MBS( "StoreKit.Products" ) ]

See also

Blog Entries

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


StoreKit.ProductQueryRunning - StoreKit.QueryProducts

Feedback: Report problem or ask question.