Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 9 ATS Whitelisting

Tags:

ios

facebook

ios9

This may sound like a stupid question but I've been having some trouble understanding ATS and Whitelisting.

I use the Facebook SDK so I followed what the documentation said and made the appropriate changes on my .plist to Whitelist Facebook servers.

In my app, I make API calls to my server and I was wondering how I should go about Whitelisting that? Also, in one of the WWDC talks on ATS, they spoke about URLSchemes. If someone could explain or point me in the right direction where I can get an understanding of why it needs to be implemented and how it should be done, that would be great!

Again sorry if this sounds like a stupid question - I've tried reading articles but haven't really been able to understand it.

Many thanks in advance for your help!

like image 396
Aashay Avatar asked Nov 23 '25 18:11

Aashay


1 Answers

You may try the following:

Official technote : Apple Developer Technote for ATS

Console log, User Experience and Solution : click here

like image 61
Milan Manwar Avatar answered Nov 26 '25 11:11

Milan Manwar