Class AppleReceipt
An Apple receipt as defined here: https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ReceiptFields.html#//apple_ref/doc/uid/TP40010573-CH106-SW1
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Assembly: solution.dll
Syntax
public class AppleReceipt
Fields
Name | Description |
---|---|
inAppPurchaseReceipts | The receipts of the In-App purchases. |
Properties
Name | Description |
---|---|
appVersion | The app version number |
bundleID | The app bundle ID |
expirationDate | The expiration date of the receipt |
hash | A SHA-1 hash, used to validate the receipt. |
opaque | An opaque value used, with other data, to compute the SHA-1 hash during validation. |
originalApplicationVersion | The version of the app that was originally purchased. |
receiptCreationDate | The date the receipt was created |