productDetailsReceived | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Sent by the store when the request for specific product details is successful. | |||||||||
Introduced | 6.7 | |||||||||
OS | ios, android | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: mobileStoreRestorePurchases, mobileStoreDisablePurchaseUpdates, mobileStoreEnablePurchaseUpdates, mobileStoreRequestProductDetails, mobileStoreMakePurchase, mobileStoreSetProductType, mobileStoreConsumePurchase, mobileStoreConfirmPurchase, mobileStoreVerifyPurchase Function: mobileStoreProductProperty, mobileStorePurchasedProducts, mobileStorePurchaseError, mobileStoreCanMakePurchase Message: purchaseStateUpdate, productRequestError | |||||||||
Description | Use the productDetailsReceived message to get details for a specific product. The message productDetailsReceived is sent in response to mobileStoreRequestProductDetails command, when the request is successful. The details are returned in the second parameter, pDetails, which is an array with the following keys: For android stores (Google/Amazon/Samsung), the keys are :
For iOS store (Apple), the keys are :
|