After the user's made an in app purchase, if I don't call .finish() on the approved purchase, the next time I open the app, I cannot buy the item again (the Google Play overlay doesn't even appear).
When I look at the log, after refresh, the item doesn't event load from PlayStore anymore.
After the user's made an in app purchase, if I don't call .finish() on the approved purchase, the next time I open the app, I cannot buy the item again (the Google Play overlay doesn't even appear).
When I look at the log, after refresh, the item doesn't event load from PlayStore anymore.
How can I prevent this from happening?