GetInAppPurchaseAvailable2

Description

A more detailed version of GetInAppPurchaseAvailable that gives the purchase state
Returns 0 if the product is not purchased
Returns 1 if the product is queued for purchased
Returns 2 if the product purchase is in progress
Returns 3 if the product purchase is pending (subject to payment clearance)
Returns 4 if the product is purchased
You should only reward the user once the product reaches state 4 (purchased). Currently this command is only supported on iOS and Android.

Definition

integer GetInAppPurchaseAvailable2 ( iID )

Parameters