mobilePurchaseSendRequest

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobilePurchaseSendRequest <purchaseID>
Summary

Notify the AppStore/Market Place that a purchase request has been initiated.

Introduced5.0.1
OSios, android
Platformsmobile
Parameters
NameTypeDescription
purchaseID

The identifier of the purchase request.

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

Use mobilePurchaseSendRequest to confirm to the AppStore/Market Place that a purchase request has been initiated.

The command mobilePurchaseSendRequest is used to confirm to the AppStore/Market Place that an item has been requested for purchase. This should only be called once a purchase request is in the 'initialzed' state.