mobileStorePurchasedProducts

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileStorePurchasedProducts()
Summary

Get the list of all known completed purchases.

Introduced6.7
OSios, android
Platformsmobile
Example
answer mobileStorePurchasedProducts()
Values
NameTypeDescription
return

It returns a return-separated list of product identifiers, of restored or newly bought purchases which are confirmed as complete.

RelatedCommand: mobileStoreRestorePurchases, mobileStoreDisablePurchaseUpdates, mobileStoreEnablePurchaseUpdates, mobileStoreRequestProductDetails, mobileStoreMakePurchase, mobileStoreSetProductType, mobileStoreConsumePurchase, mobileStoreConfirmPurchase, mobileStoreVerifyPurchase
Function: mobileStoreCanMakePurchase, mobileStoreProductProperty, mobileStorePurchaseError
Message: purchaseStateUpdate, productRequestError, productDetailsReceived
Description

Use the mobileStorePurchasedProducts function to get a list of all known completed purchases.

The function mobileStorePurchasedProducts is used to get a list of all known restored or newly bought purchases.

Note: In iOS, consumable products as well as non-renewable subscriptions are not contained in this list.