Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
StoreKit.QueryProducts
Queries products.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
StoreKit | 8.2 | Yes | No | No | No | Yes |
MBS( "StoreKit.QueryProducts" ) More
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.
Links
MBS Xojo Plugins