Hi! I have a question when ProcessPurchase method is called for pending purchases? Righ after store initialization callback or there can be a delay?
There is no delay. I haven’t timed it exactly, but I might expect all ProcessPurchase events to fire before Initialization completes. How are your purchases still in Pending? Perhaps by returning Pending from ProcessPurchase, I just want to confirm.
Yes, you are right, I return Pending and then perform validation on my backend, and then call ConfirmPendingPurchase.
Got it! Make sure to use the latest IAP 2.2.4, we have made some changes in this area. 2.2.5 will be available before the end of the week.
Thanks a lot!