Type Table Event productList Revision Release 2024.3703 Keywords Apple, IAP, in-app purchases, productList, products See also productList store.*
Lua array (table) where each element is itself a Lua table containing the following product information:
productIdentifier
— A string representing the product identifier.
title
— A string representing the product title.
description
— A string representing the product description.
price
— The product price (string).
localizedPrice
— The product price as a localized currency string, for example $0.99
.
priceLocale
— A string representing a locale string in one of the following forms:
<IsoLanguageCode>_<IsoCountryCode>
<IsoLanguageCode>-<IsoScriptCode>_<IsoCountryCode>