I am upgrading my app to iOS9. To Support ATS i had shifted all my urls to https. But ATS is throwing below error on XML files. The JSON files located at the same location have no problem.
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
JSON URL: https://www.example.com/content/123.xml
XML URL: https://www.example.com/content/123.json
Please suggest what might be the issue ? Thanks in advanced.
Moved Permanently
The document has moved here.
**** but the url i am using is HTTPS protected. do you think this is an issue from my server side ? – iOSTech Sep 01 '15 at 12:47