mobileDisablePurchaseUpdates

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileDisablePurchaseUpdates
Summary

Disables the receipt of purchaseStateUpdate messages.

Introduced5.0.1
OSios, android
Platformsmobile
Example
if tMonitorPurchases is false then
   mobileDisablePurchaseUpdates
end if
RelatedCommand: 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.