Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
StoreKit.QueryProducts
Queries products.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
StoreKit | 8.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "StoreKit.QueryProducts"; productIdentifiers ) More
Parameters
Parameter | Description | Example |
---|---|---|
productIdentifiers | The list of product identifiers to check. |
Result
Returns text 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
This function checks for a license.
Created 22nd April 2018, last changed 15th July 2022
