The new ATS involved by iOS 9 cause lots of http related functionalities stop working. I have to add all the http request url into a whitelist or I could simply disable the ATS by setting NSAllowsArbitraryLoads
to YES
.
Does anybody know if App Store will reject the submission if the NSAllowsArbitraryLoads
has been set to YES
?