Type Function Return value none Revision Release 2024.3703 Keywords Google, IAP, in-app purchases, purchase See also store.init() store.*
Initiates a purchase transaction on a provided product by sending out a purchase request to the store, then dispatches a storeTransaction event to the listener defined in store.init().
This call does not work for subscription purchases.
store.purchase( productIdentifier )
String. String representing the product identifier of the item to purchase.