We have internal lower environment services are configured over HTTP (not HTTPS) and when we were connecting the iPad app in the simulator to these HTTP services, it was connecting to services by setting NSAllowsArbitraryLoads to true.
I also tried separately using "NSExceptionAllowsInsecureHTTPLoads" flag for exception domains.
Both the time, I was able to connect to services over HTTP in the simulator, but when I deployed the app to iPad, the app was not able to connect. These apps are strictly for internal and lower environments only.
Is there a way to fix this error?
The production app is connected to HTTPS services.
Thanks in advance.
I also tried separately using "NSExceptionAllowsInsecureHTTPLoads" flag for exception domains.
Both the time, I was able to connect to services over HTTP in the simulator, but when I deployed the app to iPad, the app was not able to connect. These apps are strictly for internal and lower environments only.
Is there a way to fix this error?
The production app is connected to HTTPS services.
Thanks in advance.