UDP server purchase validation using Unity IAP

Hi everyone,

I’m implementing UDP purchases using Unity IAP and everything works as expected until I get to the server validation process.

Theres some purchase information required to proceed with the UDP validation that I don’t have access from Unity IAP purchasing flow since I’m making use of ProcessPurchase method instead of OnPurchase, which would normally get the PurchaseInfo needed to proceed with the validation.

Is there a way to have access to PurchaseInfo when processing the purchases with Unity IAP?

Thanks in advance!

I’ve just found out that information can be found inside the product receipt coming from ProcessPruchase :slight_smile: