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

unhandledTransactions ... message #179

Closed
3 of 9 tasks
Demetriy opened this issue Apr 7, 2017 · 2 comments
Closed
3 of 9 tasks

unhandledTransactions ... message #179

Demetriy opened this issue Apr 7, 2017 · 2 comments
Labels
answered Questions which have accepted answers. type: question

Comments

@Demetriy
Copy link

Demetriy commented Apr 7, 2017

Platform

  • iOS
  • macOS
  • tvOS

In app purchase type

  • Consumable
  • Non-consumable
  • Auto-Renewable Subscription
  • Non-Renewing Subscription

Environment

  • Sandbox
  • Production

Version

0.8.4

Report

Issue summary

About last 2-3 months, when I try to buy non-consumable (didn't try others) product in log i got message like "unhandledTransactions ...", previously I didn't saw messages like this. I thought that maybe i have outdated api code, but today downloaded example code and saw same message in logs.

What did you expect to happen

Expect to not see this message.

@bizz84
Copy link
Owner

bizz84 commented Apr 19, 2017

@Demetriy thanks for reporting this. It is a known message that appears when the payment queue receives a transaction in the purchasing state.

Nothing to worry about. The transaction is subsequently updated with a failed, restored or purchased state (which is reported to the caller).

Note: It would make sense filter out any transactions in purchasing state so that this message is no longer shown.

@bizz84 bizz84 added type: question answered Questions which have accepted answers. labels Apr 19, 2017
bizz84 added a commit that referenced this issue Apr 24, 2017
…dled-transactions

Only log unhandled transactions that are not in purchasing state (#179)
@bizz84
Copy link
Owner

bizz84 commented May 18, 2017

This was fixed on release 0.9.2. Closing.

@bizz84 bizz84 closed this as completed May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered Questions which have accepted answers. type: question
Projects
None yet
Development

No branches or pull requests

2 participants