docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RedeemAppleAppStorePurchaseResult

    The result from redeeming an Apple App Store purchase.

    Inheritance
    object
    RedeemAppleAppStorePurchaseResult
    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 RedeemAppleAppStorePurchaseResult

    Constructors

    RedeemAppleAppStorePurchaseResult(AppleVerification, Rewards)

    Create an instance of the StoreIdentifiers class

    Declaration
    [Preserve]
    [JsonConstructor]
    public RedeemAppleAppStorePurchaseResult(AppleVerification verification, Rewards rewards)
    Parameters
    Type Name Description
    AppleVerification verification

    The receipt verification details from the Apple App Store validation service.

    Rewards rewards

    The Rewards given in exchange for this purchase.

    Fields

    Rewards

    The Rewards given in exchange for this purchase.

    Declaration
    [Preserve]
    public Rewards Rewards
    Field Value
    Type Description
    Rewards

    Verification

    The receipt verification details from the Apple App Store validation service.

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