docs.unity.cn
    Show / Hide Table of Contents

    Enum InitializationFailureReason

    Reasons for which purchasing initialization could fail.

    Namespace: UnityEngine.Purchasing
    Syntax
    public enum InitializationFailureReason

    Fields

    Name Description Value
    PurchasingUnavailable

    In App Purchases disabled in device settings.


    0
    NoProductsAvailable

    No products available for purchase, Typically indicates a configuration error.


    1
    AppNotKnown

    The store reported the app as unknown. Typically indicates the app has not been created on the relevant developer portal, or the wrong identifier has been configured.


    2
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 14, 2023
    Terms of use