dotpot / InAppPy

Python In-app purchase validator for Apple AppStore and GooglePlay.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google subscription verification

TarasSmakula opened this issue · comments

You need to cast ms_timestamp to int in GooglePlayVerifier.verify(...), because _ms_timestamp_expired(ms_timestamp: int) will throw str to int cast exception. Please check it asap.

can you open a PR? Maybe that will get the maintainers attention

I opened a PR #24