mobilePurchaseConfirmDelivery

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobilePurchaseConfirmDelivery <purchaseID>
Summary

Notify the AppStore/Market Place that the item has been delivered to the user.

Introduced5.0.1
OSios, android
Platformsmobile
Parameters
NameTypeDescription
purchaseID

The identifier of the purchase request.

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

Use mobilePurchaseConfirmDelivery to confirm to the AppStore/Market Place that an item has been delivered.

The command mobilePurchaseConfirmDelivery is used to confirm to the AppStore/Market Place that an item has been delivered to the app user. This command should only be called once a purchase request in the 'paymentReceived' or 'restore' state.