What kind of value I have to use validate method
SlZeroth opened this issue · 2 comments
SlZeroth commented
validation_result = validator.validate('receipt', 'signature')
I dont understand signature field
dotpot commented
Hey, thanks for the question!
Google Play signs the JSON string that contains the response data for a purchase order. Google Play uses the private key that is associated with your application in the Developer Console to create this signature. More Info here
dotpot commented
closing now