Class AppleReceiptParser
This class with parse the Apple receipt data received in byte[] into a AppleReceipt object
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Assembly: solution.dll
Syntax
public class AppleReceiptParser
Methods
| Name | Description |
|---|---|
| ArrayEquals<T>(T[], T[]) | Indicates whether both arrays are the same or contains the same information. This method is used to validate if the receipts are different. |
| Parse(byte[]) | Parse the Apple receipt data into a AppleReceipt object |
| Parse(byte[]) | Parse the Apple receipt data into a AppleReceipt object |