Class AppleReceiptParser
This class with parse the Apple receipt data received in byte[] into a AppleReceipt object Note: when building for non-Apple platforms, this will not execute code.
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Assembly: Unity.Purchasing.SecurityStub.dll
Syntax
public class AppleReceiptParser
Methods
Parse(byte[])
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 |
Exceptions
Type | Condition |
---|---|
NotImplementedException | Not implemented for this platform. |