Http calls failing in IOS device but Works in Android?

I had a same problem too. Removing the WkWebView solves the issue.

ionic cordova plugin remove cordova-plugin-wkwebview-engine

More info:

After this plugin is removed I can make http request via iOS!