Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orphan purchases #182

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Orphan purchases #182

wants to merge 9 commits into from

Conversation

OlofT
Copy link

@OlofT OlofT commented Mar 29, 2016

This fixes a potential bug where the app dies before finishTransactions can be called. Then at next startup, RMStore will process transactions nobody has asked for and will just mark them as complete (since there will be no successBlock or failBlock to call).

This regularly happens on older devices if credit cards are denied or old, then the user needs to update their card info and switch away from the app (which then might be killed). Or the user just won't come back since filling out credit card info is such a hassle. When coming back (could be a week later), RMStore has nobody's block to call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant