docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PlayerPurchaseAppleappstoreResponseVerification.StatusEnum

    Status of the receipt verification. * VALID: The purchase was valid. * VALID_NOT_REDEEMED: The purchase was valid but seen before, and had not yet been redeemed. * INVALID_ALREADY_REDEEMED: The purchase has already been redeemed. * INVALID_VERIFICATION_FAILED: The receipt verification Service returned that the receipt data was not valid. * INVALID_ANOTHER_PLAYER: The receipt has previously been used by a different player and validated. * INVALID_CONFIGURATION: The service configuration is invalid, further information in the details section of the response. * INVALID_PRODUCT_ID_MISMATCH: The purchase configuration store product identifier does not match the one in the receipt. * CURRENCY_MAX_EXCEEDED: Could not add the rewards because one or more currencies would be taken over the specified maximum balance.

    Namespace: Unity.Services.Apis.Economy
    Assembly: solution.dll
    Syntax
    public enum PlayerPurchaseAppleappstoreResponseVerification.StatusEnum

    Fields

    Name Description
    CURRENCYMAXEXCEEDED

    Enum CURRENCYMAXEXCEEDED for value: CURRENCY_MAX_EXCEEDED

    INVALIDALREADYREDEEMED

    Enum INVALIDALREADYREDEEMED for value: INVALID_ALREADY_REDEEMED

    INVALIDANOTHERPLAYER

    Enum INVALIDANOTHERPLAYER for value: INVALID_ANOTHER_PLAYER

    INVALIDCONFIGURATION

    Enum INVALIDCONFIGURATION for value: INVALID_CONFIGURATION

    INVALIDPRODUCTIDMISMATCH

    Enum INVALIDPRODUCTIDMISMATCH for value: INVALID_PRODUCT_ID_MISMATCH

    INVALIDVERIFICATIONFAILED

    Enum INVALIDVERIFICATIONFAILED for value: INVALID_VERIFICATION_FAILED

    VALID

    Enum VALID for value: VALID

    VALIDNOTREDEEMED

    Enum VALIDNOTREDEEMED for value: VALID_NOT_REDEEMED

    In This Article
    Back to top
    Copyright © 2024 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)