PurchaseAppProduct()

Syntax

PurchaseAppProduct(ProductID$)
Description
Launch the purchase process of the specified product. A system window will be opened automatically with the product price and description asking for the user payment. The callback defined with RegisterAppProduct() will be called if the product state changes.

Parameters

ProductID$ The product identifier to use for the purchase.

Return value

None.

See Also

RegisterAppProduct(), AppProductID()

Supported OS

Android, iOS

<- NextAppProduct() - InAppPurchase Index - RegisterAppProduct() ->