GetInAppPurchaseIsRenewing

Description

This command returns 1 if the product is a subscription and it is set to auto-renew, 0 if it is a subscription that will not auto-renew, or -1 if the renew status could not be determined. This command will only work on Android. iOS requires that you process the app receipt with GetAppReceipt to detect renewal status.

Definition

integer GetInAppPurchaseIsRenewing( iID )

Parameters