docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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

    Inheritance
    object
    AppleReceiptParser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)