mobileStoreRestorePurchases | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Instruct the store to re-send notifications of previously completed purchases. |
Introduced | 6.7 |
OS | ios, android |
Platforms | mobile |
Example |
|
Related | Command: mobileStoreRequestProductDetails, mobileStoreDisablePurchaseUpdates, mobileStoreEnablePurchaseUpdates, mobileStoreMakePurchase, mobileStoreSetProductType, mobileStoreConsumePurchase, mobileStoreConfirmPurchase, mobileStoreVerifyPurchase Function: mobileStoreProductProperty, mobileStorePurchasedProducts, mobileStorePurchaseError, mobileStoreCanMakePurchase Message: purchaseStateUpdate, productRequestError, productDetailsReceived |
Description | Use the mobileStoreRestorePurchases command to restore previously completed purchases The command mobileStoreRestorePurchases is used to restore previously completed purchases. What it does is to instruct the store to re-send notifications of previously completed purchases. If the request is successful, then a purchaseStateUpdate message is returned, with pState = "restored"
|