dotpot/InAppPy

Unify handling of valid responses across apple and google

schumannd opened this issue · 0 comments

Currently a valid google response stating e.g. that a subscription has run out causes this package to throw an exception.

The same situation with apple however does not, and the parsing of the information needs to be done by the user.

I think the API should react similarily for both cases, either throw an error for valid, expired responses or not.

What do you think?