Hi,
I want to make server side IAP validation with AppsFlyer for Android game
https://support.appsflyer.com/hc/en-us/articles/213766183-Unity
It will do with method
AppsFlyer.validateReceipt(string publicKey, string purchaseData, string signature, string price, string currency, Dictionary additionalParametes);
How to get “purchaseData” and “signature” after purchase?