Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
This function is free to use.
Created 22nd April 2018, last changed 22nd April 2018
