IOS9 workaround for HTTP not working properly

Source: Internet
Author: User

Today Xcode 7 之后, 's upgrade found all network access failures in the original project.
Output error message

The resource could not being loaded because the APP Transport Security policy requires the use of a secure connection.

google verification, IOS9 introduced a new feature app Transport Security (ATS) . Details: App Transport Security (ATS)

The new feature requires that the network access within the app must use HTTPS protocols.
But now the company's projects are using HTTP protocols that use private encryption to keep data secure. It is not immediately possible to change the HTTPS protocol transfer.

Finally, the following solutions are found:
  1. app Transport Security Settings type dictionary .

  2. App Transport Security Settingsunder Add Allow Arbitrary Loads type, the Boolean value is set toYES

See a lot of students after the modification or can not be added:
  1. Search in Filter Info.plist , select Info.plist to edit
    650) this.width=650; "src=" Http://segmentfault.com/img/bVpWTi "alt=" Picture description "title=" Picture description "style=" border:0px; Vertical-align:middle; "/>

  2. Add the information as described above, the correct changes will see this look, note the typeApp Transport Security SettingsForDictionaryApp Transport Security SettingsForBoolean, when copying and pasting, do not have more space.


  3. Note that there is also one below the unit test Info.plist , and it is not useful to modify that file!

Reference:
    • APP Transport Security Support aka Apps on IOS 9 don ' t work #4560

    • 711_networking_with_nsurlsession.pdf

Summarize:

Apple is stepping up its security controls, a move that shows Apple's focus on information security, and the fact that most applications transmit data unencrypted or privately encrypted, so that Apple begins to demand it from developers.
Although private encryption is somewhat secure, it is not a permanent one. With so many security experts all over the world maintaining HTTPS security, early use HTTPS ensures information security is the King! It also eliminates the security implications of private encryption protocols.

For more secure access, use HTTPS early!!!

This article from "Frank" blog, reproduced please contact the author!

IOS9 workaround for HTTP not working properly

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.