Class AppleReceiptParser
THIS IS A STUB, WILL NOT EXECUTE CODE!
This class with parse the Apple receipt data received in byte[] into a AppleReceipt object
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Assembly: UnityEngine.Purchasing.SecurityStub.dll
Syntax
public class AppleReceiptParser
Methods
Parse(byte[])
THIS IS A STUB, WILL NOT EXECUTE CODE!
Parse the Apple receipt data into a AppleReceipt object
Declaration
public AppleReceipt Parse(byte[] receiptData)
Parameters
Type | Name | Description |
---|---|---|
byte[] | receiptData | Apple receipt data |
Returns
Type | Description |
---|---|
AppleReceipt | The converted AppleReceipt object from the Apple receipt data |