【IT专家】“此应用程序不允许查询方案cydia”IOS9错误
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本文由我司收集整编,推荐下载,如有疑问,请与我司联系“此应用程序不允许查询方案cydia”IOS9错误“此应用程序不允许查询方案cydia”IOS9错误[英]“This app is not allowed to query for scheme cydia” IOS9 error I have an app where I hit a HTTP Request
我有一个应用程序,我点击HTTP请求
NSURLConnection: 0x12d755110 { request: NSMutableURLRequest: 0x12d754e10 { URL: XX.XX.XX.XXX/webService/dataService.svc/SearchLocation } }
{request:{URL:http://XX.XX.XX.XXX/webService/dataService.svc/SearchLocation}}
Now, whenever the above request is made I get the following error and no data is received in the response. After 60 Sec I get “Time Out error”. It is working fine on IOS8 and below but not working gin IOS9. Could anybody let me know what else have I got to do with this issue. Also, I have done the following changes regarding ATS for iOS9 in info.plist, but still facing the issue. Please let me know how to fix this? Thanks in advance. 现在,无论何时发出上述请求,我都会收到以下错误,并且响应中没有收到任何数据。
60秒后我得到“超时错误”。
它在IOS8及以下版本上工作正常,但不适用于IOS9。
谁能让我知道我还有什么与这个问题有关。
另外,我在info.plist中对iOS9
的ATS进行了以下更改,但仍然面临着这个问题。
请让我知道如何解决这个问题?提前致谢。
Info.plist
的Info.plist
key NSAppTransportSecurity /key dict key NSAllowsArbitraryLoads /key true/ key NSIncludesSubdomains /key true/ key NSTemporaryExceptionAllowsInsecureHTTPLoads /key true/ key NSTemporaryExceptionMinimumTLSVersion /key string TLSv1.1 /string /dict Error 错误
2015-09-22 22:19:58.333 App[751:139449] regionDidChangeAnimated : =。