this is so confusing, I have legacy app cordova that need to do some request to http url , I know IOS ATS to block that request, and I have done everything I read from the internet enable like code below
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
is there any thing that i missed?
PS: yes it works if i put the url into NSExceptionDomains but the requirement is i need to open this to any http url because some client still have http url not https