Difference between revisions of "StoreKit:requestProducts"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/> | '''<translate>Available since</translate>:''' Gideros 2012.2.2<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/StoreKit|StoreKit]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate><br /> | <translate><br /> | ||
− | Retrieve localized information about a list of products from the Apple App Store. When the request completes, | + | Retrieve localized information about a list of products from the Apple App Store. When the request completes, `Event.REQUEST_PRODUCTS_COMPLETE` event is dispatched.<br /> |
<br /></translate> | <br /></translate> | ||
<source lang="lua"> | <source lang="lua"> |
Revision as of 09:27, 24 August 2018
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.
StoreKit:requestProducts(productIdentifiers)
Parameters
productIdentifiers: (table) An array of product identifiers for the products you wish to retrieve descriptions of.