-<doc> <legacy_id></legacy_id> <name>mobileStoreDisablePurchaseUpdates</name> <type>command</type> <syntax> <example>mobileStoreDisablePurchaseUpdates</example> </syntax> <synonyms> <synonym>mobileDisablePurchaseUpdates</synonym> </synonyms> <summary>Disables the receipt of purchaseStateUpdate messages.</summary> <examples><example><p>on purchaseStateUpdate pPurchaseID, pProductID, pState</p><p> switch pState</p><p> case "paymentReceived"</p><p> ... </p><p> case "error"</p><p> ... </p><p> case "invalidSKU"</p><p> ... </p><p> case "alreadyEntitled"</p><p> ...</p><p> case "restored"</p><p> ... </p><p> case "cancelled"</p><p> ... </p><p> end switch </p><p> mobileStoreDisablePurchaseUpdates </p><p>end purchaseStateUpdate</p></example> </examples> <history> <introduced version="6.7">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> </objects> <platforms> <ios/> <android/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> </classification> <references> <function tag="mobileStoreCanMakePurchase">mobileStoreCanMakePurchase function</function> <function tag="mobileStorePurchasedProducts">mobileStorePurchasedProducts function</function> <function tag="mobileStorePurchaseError">mobileStorePurchaseError function</function> <function tag="mobileStoreProductProperty">mobileStoreProductProperty function</function> <command tag="mobileStoreEnablePurchaseUpdates">mobileStoreEnablePurchaseUpdates command</command> <command tag="mobileStoreRestorePurchases">mobileStoreRestorePurchases command</command> <command tag="mobileStoreConfirmPurchase">mobileStoreConfirmPurchase command</command> <command tag="mobileStoreConsumePurchase">mobileStoreConsumePurchase command</command> <command tag="mobileStoreSetProductType">mobileStoreSetProductType command</command> <command tag="mobileStoreMakePurchase">mobileStoreMakePurchase command</command> <command tag="mobileStoreVerifyPurchase">mobileStoreVerifyPurchase command</command> <command tag="mobileStoreRequestProductDetails">mobileStoreRequestProductDetails command</command> <message tag="purchaseStateUpdate">purchaseStateUpdate message</message> <message tag="productDetailsReceived">productDetailsReceived message</message> <message tag="productRequestError">productRequestError message</message> </references> <description> <overview>Use the <b>mobileStoreDisablePurchaseUpdates</b> command to disable the receipt of <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages.</overview> <parameters> </parameters> <value></value> <comments>The command <b>mobileStoreDisablePurchaseUpdates</b> is used to disable the receipt of purchaseStateUpdate messages from the store. This command is typically used in <message tag="purchaseStateUpdate">purchaseStateUpdate</message> message, after processing each message that is sent by the store.<p></p><p></p><note> This command is used when interacting with the Apple AppStore, however, we suggest using it for every store. Failure to use this command results in continuing to receive <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages from the AppStore.</note><p>	</p></comments> </description></doc>
0 commit comments