dotpot / InAppPy

Python In-app purchase validator for Apple AppStore and GooglePlay.
MIT License
207 stars 50 forks source link

google play verifier now has verify_with_result method #54

Closed dotpot closed 5 years ago

dotpot commented 5 years ago

which instead of raising an error, returns an result class with raw_response, is_expired and is_canceled fields.

closes #26

ghost commented 5 years ago

DeepCode Report (#66d19b)

DeepCode analyzed this pull request. There are no new issues. 2 info reports were fixed.

burkaslarry commented 5 years ago

When shall the 2.4.4 release include these features? I am looking forward to test it.