Difference between revisions of "StoreKit:requestProducts"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Retrieve localized information about a list of products from the Apple App Store. When the re...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | StoreKit:requestProducts(productIdentifiers) | |
</source> | </source> | ||
− | '''productIdentifiers | + | '''productIdentifiers''': (table) An array of product identifiers for the products you wish to retrieve descriptions of. ''''''<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2012.2.2
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.
StoreKit:requestProducts(productIdentifiers)
'productIdentifiers: (table) An array of product identifiers for the products you wish to retrieve descriptions of. '