Reputation: 165
I have an app that works great using the http. I had to disallow the transport setting of course while I developed.
I got a SSL/TLS (see below) certificate from GoDaddy and want to secure my APP and change my http: to https and get the error attached see image.
Upvotes: 0
Views: 48
Reputation: 4179
If you have correctly installed the certificate on your server, then you don't need to add any exceptions on the iOS app.
ATS (App Transport Security) was introduced by Apple so that your app uses https and not http for your communication with servers. Have a look at this URL for more info if you need to put an exception.
Upvotes: 1