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!! ![]()
![]()
![]()