StoreKit:requestProducts

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2012.2.2
Class: StoreKit

Description


Retrieve localized information about a list of products from the Apple App Store. When the request completes, Event.REQUEST_PRODUCTS_COMPLETE event is dispatched.

<syntaxhighlight lang="lua">

StoreKit:requestProducts(productIdentifiers)

</source>

Parameters

productIdentifiers: (table) An array of product identifiers for the products you wish to retrieve descriptions of.