【发布时间】:2019-07-14 13:35:46
【问题描述】:
在我的应用进入前台后直接调用我的应用中的任何 API(例如:通过 Facebook 登录后)
Alamofire 本地化错误:
Operation couldn't be completed. Software caused connection abort
【问题讨论】:
-
我之前遇到过这个问题。 Alamofire Github 问题说这是后台问题.. 但实际上,如果您直接使用
NSURLSession,它可以工作.. 所以不确定:l 您可以尝试一下。 -
@Brandon,是的,这似乎是苹果的错误,我找到了解决方法
标签: ios swift alamofire nsurlsession