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

finishTransaction expection #99

Closed
qmwdy opened this issue Sep 25, 2019 · 1 comment
Closed

finishTransaction expection #99

qmwdy opened this issue Sep 25, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@qmwdy
Copy link

qmwdy commented Sep 25, 2019

Version of flutter_inapp_purchase

2.0.0+6

Platforms you faced the error (IOS or Android or both?)

iOS

Expected behavior

Actual behavior

in flutter_inapp_purchase.dart, line 426, may cause expection.
use
Map purchaseResultMap = json.decode(result.toString());
PurchaseResult decoded = new PurchaseResult.fromJSON(purchaseResultMap);
to resolve

Tested environment (Emulator? Real Device?)

Steps to reproduce the behavior

@hyochan hyochan added the bug Something isn't working label Sep 27, 2019
@hyochan
Copy link
Owner

hyochan commented Sep 27, 2019

Thanks for the bug report. Resolved in 2.0.0+7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants