mobileDisablePurchaseUpdates | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Disables the receipt of purchaseStateUpdate messages. |
Introduced | 5.0.1 |
OS | ios, android |
Platforms | mobile |
Example |
|
Related | Command: mobilePurchaseSet, mobilePurchaseVerify, mobileRestorePurchases, iphoneRequestProductDetails, mobilePurchaseSendRequest, mobilePurchaseConfirmDelivery, mobileEnablePurchaseUpdates, mobilePurchaseCreate Function: mobilePurchaseState, mobilePurchaseError, mobileCanMakePurchase, mobilePurchaseGet, mobilePurchases Message: purchaseStateUpdate |
Description | Use the mobileDisablePurchaseUpdates command to disable the receipt of purchaseStateUpdate messages. Throughout the purchase process the App Store sends purchaseStateUpdate messages to your app which report any changes in the status of active purchases. The mobileDisablePurchaseUpdates command disables the receipt of purchaseStateUpdate messages. |