Search Unity

[Solved] which PurchaseFailureReason return when already bought non consumable product ?

Discussion in 'Unity IAP' started by analytic, Feb 17, 2016.

Thread Status:
Not open for further replies.
  1. analytic

    analytic

    Joined:
    Jun 23, 2014
    Posts:
    5
    Which PurchaseFailureReason return when already bought non consumable product ?

    Thanks


    PurchasingUnavailable The system purchasing feature is unavailable.
    ExistingPurchasePending A purchase was already in progress when a new purchase was requested.
    ProductUnavailable The product is not available to purchase on the store.
    SignatureInvalid Signature validation of the purchase's receipt failed.
    UserCancelled The user opted to cancel rather than proceed with the purchase.
    PaymentDeclined There was a problem with the payment.
    Unknown A catch-all for unrecognized purchase problems.
     
  2. analytic

    analytic

    Joined:
    Jun 23, 2014
    Posts:
    5
    I mean , how can i handle
    BILLING_RESPONSE_RESULT_ITEM_ALREADY_OWNED response in unity iap service.

    Thanks.
     
  3. Banderous

    Banderous

    Joined:
    Dec 25, 2011
    Posts:
    669
    You should not try to purchase an already owned non consumable. Check the product's hasReceipt property and do not let the user try to purchase it if it is true.
     
  4. analytic

    analytic

    Joined:
    Jun 23, 2014
    Posts:
    5
    Thanks a lot.
     
Thread Status:
Not open for further replies.