afnetworking - iOS 11 Beta - NSURLErrorDomain - code: 18446744073709550617 -
when running app on ios 11 beta 5 built xcode 9 see error several of our network calls.
"nsurlerror * domain: @“nsurlerrordomain” - code: 18446744073709550617"
i've never come across error before , haven't made change app currently. networking, using afnetworking v2.5
so turns out ssl related. did add exception domain in info.plist , able reasonable error said there ssl issue. investigating showed our cert weakly signed. replaced resolved issue.
Comments
Post a Comment