docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAppleStoreExtendedService

    A public interface for the Apple Store store service extension.

    Namespace: UnityEngine.Purchasing
    Assembly: Unity.Purchasing.dll
    Syntax
    public interface IAppleStoreExtendedService : IStoreServiceExtension

    Properties

    canMakePayments

    Determine if the user can make payments.

    Declaration
    bool canMakePayments { get; }
    Property Value
    Type Description
    bool

    Methods

    ClearTransactionLog()

    Clear all persistent data from the transaction log. Available in debug only.

    Declaration
    void ClearTransactionLog()

    SetAppAccountToken(Guid)

    Sets an obfuscation string for tracking user purchases. For more information, see appAccountToken documentation.

    Declaration
    void SetAppAccountToken(Guid appAccountToken)
    Parameters
    Type Name Description
    Guid appAccountToken

    The obfuscated account token

    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)