mobileStoreEnablePurchaseUpdates | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | mobileenablepurchaseupdates |
Summary | Enables the receipt of purchaseStateUpdate messages. |
Introduced | 6.7 |
OS | ios, android |
Platforms | mobile |
Example |
|
Related | Command: mobileStoreRestorePurchases, mobileStoreDisablePurchaseUpdates, mobileStoreRequestProductDetails, mobileStoreMakePurchase, mobileStoreSetProductType, mobileStoreConsumePurchase, mobileStoreConfirmPurchase, mobileStoreVerifyPurchase Function: mobileStoreProductProperty, mobileStorePurchasedProducts, mobileStorePurchaseError, mobileStoreCanMakePurchase Message: purchaseStateUpdate, productRequestError, productDetailsReceived |
Description | Use the mobileStoreEnablePurchaseUpdates command to enable the receipt of purchaseStateUpdate messages. The command mobileStoreEnablePurchaseUpdates is used to enable the receipt of purchaseStateUpdate messages from the store.
|