[Solved] How to get "purchaseData" and "signature" (Android)

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?

I found 2 links

http://pumpyt.com/feed/post/583
http://mrtn.me/blog/2012/11/15/checking-google-play-signatures-on-net/

there I found answer

2 Likes