|
|
|
|
|
by SunboX
3466 days ago
|
|
Think of IoT Devices. For example, Sony's NEX Cameras have a build in HotSpot. You connect your phone to it and you have remote control to your camera. This has no HTTPS by now. Apple would break all those remote control apps. And it can't be fixed by releasing a new app version, because you also have to update the cameras. |
|
From the Info.plist key reference (https://developer.apple.com/library/content/documentation/Ge...):
App Transport Security (ATS) applies only to connections made to public host names. The system does not provide ATS protection to connections made to:
* Internet protocol (IP) addresses
* Unqualified host names
* Local hosts employing the .local top-level domain (TLD)
To connect to an unqualified host name or to a .local domain, you must set the value of the NSAllowsLocalNetworking key to YES.