Search Unity

[Closed] ProcessPurchase not firing for Pending purchases

Discussion in 'Unity IAP' started by Jlpeebles, Dec 19, 2015.

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

    Jlpeebles

    Joined:
    Oct 21, 2012
    Posts:
    54
    I am experiencing the following on iOS

    A consumable purchase is made, triggering ProcessPurchase where I return a pending status.

    Upon restarting the app apple store asks for password implying there are pending transactions, but ProcessPurchase is never fired. If I go to purchase the consumable again, I receive a product is already purchased and will be restored message, but again ProcessPurchase is never called leaving me no way to complete the transaction.

    Has anyone else been experiencing this or has been successful in completing a pending transaction after app restart?
     
    Last edited: Dec 21, 2015
  2. mpinol

    mpinol

    Joined:
    Jul 29, 2015
    Posts:
    317
  3. Banderous

    Banderous

    Joined:
    Dec 25, 2011
    Posts:
    669
    @Jlpeebles This works as expected when I test, ie the ProcessPurchase method is called as I would expect. It should be invoked when you enter your password - can you send an xcode trace covering the complete scenario?
     
Thread Status:
Not open for further replies.