mobileEnablePurchaseUpdates | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Enables the receipt of purchaseStateUpdate messages |
Introduced | 5.0.1 |
OS | ios, android |
Platforms | mobile |
Example |
|
Related | Command: mobilePurchaseSet, mobileDisablePurchaseUpdates, mobilePurchaseVerify, mobileRestorePurchases, iphoneRequestProductDetails, mobilePurchaseSendRequest, mobilePurchaseConfirmDelivery, mobilePurchaseCreate Function: mobilePurchaseState, mobilePurchaseError, mobileCanMakePurchase, mobilePurchaseGet, mobilePurchases Message: purchaseStateUpdate |
Description | Use the mobileEnablePurchaseUpdates command to enable 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 mobileEnablePurchaseUpdates command enables the receipt of purchaseStateUpdate messages. |