InAppPurchasesManager.GetList

Syntax:

GetList(<PurchaseIDs>, <AvailableForPurchase>)

Parameters:

<PurchaseIDs> (required)

Type: Array.
Array of purchase identifiers which provides information.

<AvailableForPurchase> (optional)

Type: Boolean.
If the value is set True, the purchase list displays only purchases that can be currently acquired. Acquired permanent purchases and active subscriptions are excluded from the list.
Default value: False.

Returned value:

Type: Array.
Array of objects of type InAppPurchase.

Description:

Returns a list of purchases available in the application. Running this method does not require Internet connection. Data is obtained from the purchase history stored locally on the device.

Availability:

Mobile application (client).

    

1C:Enterprise Developer's Community