我尝试使用HTTPS请求,但它没有使用ios 8和ios 9来解决这个问题,我偶然发现了info.plis。但我仍然得到错误:错误域= NSURLErrorDomain代码= -1001“请求超时。” _kCFStreamErrorCodeKey = -2102,_kCFStreamErrorDomainKey = 4
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>domainname.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.2</string>
</dict>
</dict>
</dict>
我该如何解决这个问题?你能帮帮我吗?