mobileStoreDisablePurchaseUpdates | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | mobiledisablepurchaseupdates |
Summary | Disables the receipt of purchaseStateUpdate messages. |
Introduced | 6.7 |
OS | ios, android |
Platforms | mobile |
Example |
|
Related | Command: mobileStoreRestorePurchases, mobileStoreRequestProductDetails, mobileStoreEnablePurchaseUpdates, mobileStoreMakePurchase, mobileStoreSetProductType, mobileStoreConsumePurchase, mobileStoreConfirmPurchase, mobileStoreVerifyPurchase Function: mobileStoreProductProperty, mobileStorePurchasedProducts, mobileStorePurchaseError, mobileStoreCanMakePurchase Message: purchaseStateUpdate, productRequestError, productDetailsReceived |
Description | Use the mobileStoreDisablePurchaseUpdates command to disable the receipt of purchaseStateUpdate messages. The command mobileStoreDisablePurchaseUpdates is used to disable the receipt of purchaseStateUpdate messages from the store. This command is typically used in purchaseStateUpdate message, after processing each message that is sent by the store.
|