mobileStoreVerifyPurchase

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileStoreVerifyPurchase <purchaseID>, <verified>
Synonymsmobilepurchaseverify
Summary

Confirm or reject a purchase in the unverified state.

Introduced6.7
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
mobileStoreVerifyPurchase thePurchaseId, true
RelatedCommand: mobileStoreRestorePurchases, mobileStoreDisablePurchaseUpdates, mobileStoreEnablePurchaseUpdates, mobileStoreRequestProductDetails, mobileStoreMakePurchase, mobileStoreSetProductType, mobileStoreConsumePurchase, mobileStoreConfirmPurchase
Function: mobileStoreProductProperty, mobileStorePurchaseError, mobileStorePurchasedProducts, mobileStoreCanMakePurchase
Message: purchaseStateUpdate, productRequestError, productDetailsReceived
Description

Use mobileStoreVerifyPurchase to confirm or reject a purchase.

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