Class AppleValidator
This class will validate the Apple receipt is signed with the correct certificate.
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Assembly: solution.dll
Syntax
public class AppleValidator
Constructors
| Name | Description |
|---|---|
| AppleValidator(byte[]) | Constructs an instance with Apple Certificate. |
| AppleValidator(byte[]) | Constructs an instance with Apple Certificate. |
Methods
| Name | Description |
|---|---|
| Validate(byte[]) | Validate that the Apple receipt is signed correctly. |
| Validate(byte[]) | Validate that the Apple receipt is signed correctly. |