Re: initWithRequest:delegate:startImmediately
Re: initWithRequest:delegate:startImmediately
- Subject: Re: initWithRequest:delegate:startImmediately
- From: Sal Conigliaro <email@hidden>
- Date: Mon, 24 Oct 2016 20:47:35 -0400
Disabling ATS isn't a long-term solution. Soon Apple (Jan 1?) will require you to ask for an exemption if your app disables ATS.
Check out the WWDC videos on what's new in app security. In a nutshell you need to specify (in the imno.plist) the specific domains that you want to turn off ATS.
Sal
--
Sal Conigliaro,
e design
www.erinedesign.com
@sconig
> On Oct 24, 2016, at 3:00 PM, email@hidden wrote:
>
> Date: Mon, 24 Oct 2016 11:36:47 -0600
> From: "Raglan T. Tiger" <email@hidden>
> To: Cocoa Dev <email@hidden>
> Subject: Re: initWithRequest:delegate:startImmediately
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> Holy connection batman ... just put
>
>
>
> <key>NSAppTransportSecurity</key>
> <dict>
> <key>NSAllowsArbitraryLoads</key>
> <true/>
> </dict>
>
>
>
> in the info.plst.
>
> Sorry for the noise ... but it is Monday morning.
>
> -rags
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden