Method GetTransactionReceiptForProduct
GetTransactionReceiptForProduct(Product)
Fetch the most recent iOS 6 style transaction receipt for the given product. This is necessary to validate Ask-to-buy purchases, which don't show up in the App Receipt.
Declaration
string GetTransactionReceiptForProduct(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | The product to fetch the receipt from. |
Returns
Type | Description |
---|---|
string | Returns the receipt if the product has a receipt or an empty string. |