Page 1 of 1

Streaming BBC radio and disabling ATS

Posted: Wed Apr 06, 2016 6:41 pm
by creepyTowel
Hi everyone

After faffing around for ages trying to work out why I couldn't stream any BBC content any more from within my app, I finally realised I have to build the app with the option to "disable ATS".

My understanding is that Apple are likely to require ATS to be enabled for all new apps at some time in the future. Isn't this going to kill the playing non-encrypted media streams, such as the BBC ones? Or is there a workaround?

Cheers

Peter.

Re: Streaming BBC radio and disabling ATS

Posted: Thu Apr 07, 2016 4:47 pm
by jacque
I don't see how they could possibly require ATS. Half the internet would break.

Re: Streaming BBC radio and disabling ATS

Posted: Thu Sep 29, 2016 4:50 am
by Neurox66
Hi,
ATS = App Transport Security
Apple announced that ATS will be REQUIRED of all apps as of January 2017.
This also means the exceptions that currently exist will no longer exist. You must pay extra for https that those domains
will no longer be accessable in iOS.

Could possibly or not could possibly, Apple says...
App Transport Security

App Transport Security (ATS) enforces best practices in the secure connections between an app and its back end. ATS prevents accidental disclosure, provides secure default behavior, and is easy to adopt; it is also on by default in iOS 9 and OS X v10.11. You should adopt ATS as soon as possible, regardless of whether you’re creating a new app or updating an existing one.

If you’re developing a new app, you should use HTTPS exclusively. If you have an existing app, you should use HTTPS as much as you can right now, and create a plan for migrating the rest of your app as soon as possible. In addition, your communication through higher-level APIs needs to be encrypted using TLS version 1.2 with forward secrecy. If you try to make a connection that doesn't follow this requirement, an error is thrown. If your app needs to make a request to an insecure domain, you have to specify this domain in your app's Info.plist file.
Paolo