-
Notifications
You must be signed in to change notification settings - Fork 169
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 支付调转支付宝web页后点击返回后web页没有销毁,造成app 野指针崩溃 #94
Comments
因为这个页面是支付宝的 SDK 实现的,我们的代码没有这些实际的操作。简单的页面测试也没有复现出这种崩溃。 |
thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BREAKPOINT (code=1, subcode=0x186628a48)
|
|
|
Ping++ 的使用版本是2.2.0 |
还是没法重现,虽然 iOS 版本不太一样(11.4),但应该不影响。你试试我们的 example 里的项目,能不能重现这个问题。 |
经过底层排查,结果发现是webView与NSArray中的运行时获取objectAtIndex方法时造成崩溃...问题已解决~. |
The text was updated successfully, but these errors were encountered: