Type Function Return value none Revision Release 2024.3703 Keywords Apple, IAP, in-app purchases, purchase See also store.canMakePurchases store.init() store.*
Initiates a purchase transaction on provided product(s) by sending out a purchase request to the store, then dispatches a storeTransaction event to the listener defined in store.init().
store.purchase( productIdentifiers )
String or Table. String or an array (table) of strings where each string represents the product identifier of an item to purchase.