[Solved] IAP Purchasing 5.3 : Signature to verify the receipt of product from Google Play?

For now that I test the application using IAP from Purchasing plugin (https://unity3d.com/learn/tutorials/topics/analytics/integrating-unity-iap-your-game-beta)

When I got callback from this method
public PurchaseProcessingResult ProcessPurchase(PurchaseEventArgs args)

It’s only return the transactionId and receipt.

But according to this topic

In order to verify the transaction for Android, It needs both “receipt” and “signature”.

But the class Product only have the receipt string. So how do I get the signature, or did I missing something?

Please help!

Thanks in advance!! :face_with_spiral_eyes::face_with_spiral_eyes::face_with_spiral_eyes:

Alright, I just found the document about this,

Ps. I’m the same guy as the guy above :stuck_out_tongue: