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

ios 调用支付后应用闪退,无法调起支付 #19

Closed
haibin2017 opened this issue May 28, 2019 · 4 comments
Closed

ios 调用支付后应用闪退,无法调起支付 #19

haibin2017 opened this issue May 28, 2019 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@haibin2017
Copy link

代码如下,debug走到这里后应用立即闪退,安卓没问题,ios 的url_ schema 已设置
tobias.pay(payStr).then((res) {
print("支付结果");
print(res);
print(res['resultStatus']);
if (res['resultStatus'].toString() == '9000') {
CommonUtils.showLoadingDialog(context);
checkOrderStatus(context);
} else if (res['resultStatus'].toString() == '6001') {
Fluttertoast.showToast(msg: "取消支付");
Navigator.popUntil(
context,
ModalRoute.withName(HomeIndexPage.sName));
}
});

@JarvanMo
Copy link
Member

贴崩溃日志啊。没日志怎么分析问题

@JarvanMo JarvanMo added the duplicate This issue or pull request already exists label May 28, 2019
@JarvanMo
Copy link
Member

应该是和
Duplicate of #18 一个问题

@haibin2017
Copy link
Author

好的 问题解决,等待更新代码

@JarvanMo
Copy link
Member

0.1.4 released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants