docs.unity.cn
    Show / Hide Table of Contents

    Enum PurchaseFailureReason

    The various reasons a purchase can fail.

    Namespace: UnityEngine.Purchasing
    Syntax
    public enum PurchaseFailureReason

    Fields

    Name Description Value
    DuplicateTransaction

    The transaction has already been completed successfully. This error can occur on Apple platforms if the transaction is finished successfully while the user is logged out of the app store, using a receipt generated while the user was logged in.

    ExistingPurchasePending

    Another purchase is already in progress.

    PaymentDeclined

    There was a problem with the payment. This is unique to Apple platforms.

    ProductUnavailable

    The product was reported unavailable by the purchasing system.

    PurchasingUnavailable

    Purchasing may be disabled in security settings.

    SignatureInvalid

    Signature validation of the purchase's receipt failed.

    Unknown

    A catch all for remaining purchase problems. Note: Use Enum.Parse to use this named constant if targeting Unity 5.3 or 5.4. Its value differs for 5.5+ which introduced DuplicateTransaction.

    UserCancelled

    The user opted to cancel rather than proceed with the purchase. This is not specified on platforms that do not distinguish cancellation from other failure (Amazon, Microsoft).

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Monday, February 13, 2023
    Terms of use