dotpot/InAppPy

What kind of value I have to use validate method

SlZeroth opened this issue · 2 comments

validation_result = validator.validate('receipt', 'signature')

I dont understand signature field

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

closing now