mobilePurchaseVerify

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobilePurchaseVerify <purchaseID>, <verified>
Summary

Confirm or reject a purchase in the unverified state.

Introduced5.0.1
OSandroid
Platformsmobile
Parameters
NameTypeDescription
purchaseID

The identifier of the purchase request.

verified

A boolean that specifies the state of the purchaseStateUpdate message to be sent. True indicates current state of the purchase request. False sends an error at this state.

Example
mobilePurchaseVerify thePurchaseId, true
RelatedCommand: mobilePurchaseSet, mobileDisablePurchaseUpdates, mobileRestorePurchases, iphoneRequestProductDetails, mobilePurchaseSendRequest, mobilePurchaseConfirmDelivery, mobileEnablePurchaseUpdates, mobilePurchaseCreate
Function: mobilePurchaseState, mobilePurchaseError, mobileCanMakePurchase, mobilePurchaseGet, mobilePurchases
Message: purchaseStateUpdate
Description

Use mobilePurchaseVerify to confirm or reject a purchase.

The command mobilePurchaseVerify is used to confirm or reject a purchase in the unverified state.