iPhone: send request to port other than 80 or 443

Hi,

I have problem with receiving data on my phone from my backend api which works on port different than standard htttp/s

More details are here:

Any ideas?

Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://ionic.zone/debug/remote-debug-your-app#ios Look at the console and network tabs for errors.

1 Like

Thank you for replay - I already get solution from other person and go deeper in this topic (in UPDATE section of my question) - se details here:

1 Like

Are you planning on releasing this to the App Store? I thought Apple required all backend communication to use TLS.

1 Like

Thank you for this information about TLS - I make little research and found https://developer.apple.com/news/?id=12212016b - you need to click on link ‘lear nome’ to se video. Between 4-5min woman says that there also exceptions to avoid using HTTPS in backend but you must have good explanation.