GetInAppPurchaseSignature

Description

Returns the signature for the last purchase of the given item, this can be checked against your public key to confirm the purchase was valid. It is recommended that you pass this signature to a server to do the check so that the check cannot be bypassed.

This has been deprecated on iOS, you should use the GetAppReceipt command instead that will return a list of all purchases related to the app.

Definition

string GetInAppPurchaseSignature(int iID)

Parameters