docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AppleStore

    Details from the receipt validation service.

    Inheritance
    object
    AppleStore
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Economy.Model
    Assembly: Unity.Services.Economy.dll
    Syntax
    public class AppleStore

    Constructors

    AppleStore(string, string, string)

    Creates an instance of Apple store validation

    Declaration
    [Preserve]
    [JsonConstructor]
    public AppleStore(string code, string message, string receipt)
    Parameters
    Type Name Description
    string code

    Status code from the service

    string message

    Description of status code

    string receipt

    Receipt data

    Fields

    Code

    The status code sent back from the verification service.

    Declaration
    [Preserve]
    public string Code
    Field Value
    Type Description
    string

    Message

    A textual description of the returned status code.

    Declaration
    [Preserve]
    public string Message
    Field Value
    Type Description
    string

    Receipt

    The purchase receipt data.

    Declaration
    [Preserve]
    public string Receipt
    Field Value
    Type Description
    string
    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)