InAppPy icon indicating copy to clipboard operation
InAppPy copied to clipboard

validate_signature(googleplay) Unable to accept purchase Data signature

Open LionReal opened this issue 4 years ago • 0 comments

validate_signature(googleplay) Unable to accept purchase Data signature

I am trying to verify the product purchased from google play with the Google Play (receipt + signature) method, but gooleplay.py _validate_signature function does not accept the "signature" transmitted by google play by warning "Bad signature", am I missing something? Is my definition of "sig = base64.standard_b64decode(signature)" wrong? I do not understand.

LionReal avatar Feb 01 '22 17:02 LionReal