Is "Allow Arbitrary Loads in Web Content" acceptable by Apple review starting from January 2017 ?

Hello,


Following the new rules of App Store which will take effect on beginning of 2017, i am in process for preventing arbitrary HTTP loads in an iOS application which i am one of its developers.


Is "Allow Arbitrary Loads in Web Content" acceptable by Apple's App Store review anymore from January 2017 ?


In fact, the iOS app that i am working on, contains a UIWebView where it requires doing several HTTP requests to work properly, and the problem is that i can't define all the domains that it needs as exceptions domains, because they change and not managed by me, so i am obliged to use "Allow Arbitrary Loads in Web Content" in the app's Info.plist for my UIWebView to work properly.


I tried to use an SFSafariViewController to escape from using "Allow Arbitrary Loads in Web Content", but the problem that i need to set a cookie in my webpage, and i can do it only using a UIWebView.


Thanks in advance,


Bassel

Is "Allow Arbitrary Loads in Web Content" acceptable by Apple review starting from January 2017 ?
 
 
Q