During the WWDC 2015 Platforms State of the Union presentation, they mentioned that iOS 9 requires TLS 1.2 SSL for all hosts unless you specify domains that you'd like to make exceptions for in your app's Info.plist file.
AVOSCloud iOS framework doesn't seems to conform to TLS 1.2, I have to disable the security for all network communication in the project's Plist file :
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
-
创建时间
15年6月10日
-
最后回复
15年10月8日
-
1
回复
-
1.6K
浏览
-
2
用户