We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.8.1
completeTransactions() completion block is called with zero products when making a purchase or restoring purchases.
completeTransactions()
.purchased
.failed
.restored
The text was updated successfully, but these errors were encountered:
Only call completeTransactions callback if there is at least one tran…
f39b67c
…saction with state != .purchasing (#149)
Note: this bug doesn't have adverse effects in production as long as the array of products in the completion block is checked according to the README.
Sorry, something went wrong.
Fixed in pod version 0.8.2
bizz84
No branches or pull requests
Platform
In app purchase type
Environment
Version
0.8.1
Report
completeTransactions()
completion block is called with zero products when making a purchase or restoring purchases.Issue summary
.purchased
,.failed
or.restored
What did you expect to happen
completeTransactions()
should not be called.What happened instead
completeTransactions()
is called with zero products.The text was updated successfully, but these errors were encountered: