HTTP request issue on IOS : Always return null

CORS issue should not happen on Device.
Add

 <allow-navigation href="*" />

on your config.xml and see if its working.

Note: Make sure cordova whitelist plugin is installed.