dotpot/InAppPy

Validating Google Play Receipt

mhsiddiqui opened this issue · 1 comments

Google has an api to validate receipt. In InAppPy, for Google play receipt validation, no API call is used. Is it valid method or we should use API for google play case?

Currently this validation is based on PKI signature validation, I'm not familiar that api, I think its purpose is to Check whether a user's subscription purchase is valid and returns its expiry time.. This library validates receipts. If you need this functionality PR's welcome ;)