How to enable App Transport Security Settings

Updated 4 January 2017

Save

How to enable App Transport Security Settings

When you are running HTTP request in your iOS application first you have to enable the  App Transport Security Settings. App Transport Security Settings are those which assign the permission to your application that you can hit HTTP service from your application and also you have to give permission to the Arbitrary Loads.Steps  to enable App Transport Security Settings:-

  1. Click on your project in Xcode.
  2. Then go to info tab.
  3. In info tab, click on (+) tag then add App Transport Security Settings.
  4. After that clicking arrow button to left side of App Transport Security Settings.
  5. Then, you have to add the Allow Arbitrary Loads and make them Yes.
  6. Now you easily use HTTP request into your application
author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home