Difference between revisions of "StoreKit:requestProducts"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.2.2<br/>
 
'''Available since:''' Gideros 2012.2.2<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
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 />
+
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 />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  StoreKit:requestProducts(productIdentifiers)
 
  StoreKit:requestProducts(productIdentifiers)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''productIdentifiers''': (table) An array of product identifiers for the products you wish to retrieve descriptions of. <br/>
+
'''productIdentifiers''': (table) <translate>An array of product identifiers for the products you wish to retrieve descriptions of.</translate> <br/>

Revision as of 14:32, 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)

Parameters

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