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

StoreKit.QueryProducts

Queries products.

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

Parameters

none

Result

Returns OK or error.

Description

Queries products.
Your app uses an StoreKit.QueryProducts and StoreKit.Products to present localized prices and other information to the user without having to maintain that list of product information itself.
Please call in start script of solution, so a few seconds later when you want to call StoreKit.Products the information is available.

Examples

Query for two products:

Set Variable [ $r ; Value: MBS( "StoreKit.QueryProducts"; "123¶456" ) ]

See also

Blog Entries

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


StoreKit.Products - StoreKit.RequestReview

Feedback: Report problem or ask question.