InAppPurchasesManager.Purchased
Syntax:
Parameters:
<Purchase> (required)
Acquired purchase.
Default value: InAppPurchase; String.
Returned value:
Description:
- For permanent purchases and subscriptions returns information whether the specified purchase has been acquired (if the subscription is active). Runs equally on iOS and Android.
- For consumable purchases:
- On Android - returns value True if the purchase has been acquired but not consumed yet.
- On iOS - returns value False. Data for this method is obtained from the locally stored purchase history, so method UpdatePurchaseInformation should be used for data actualization.
Availability:
See also:
InAppPurchasesManager, method ConsumePurchase