CodeGenerated iOS Application times out on login

Hello,
I’ve tried running the simple code generated login application on a Android device and on a iOS emulated and also physical device.
The code generated app successfully logged in to standalone backendless only on the emulated device and not on the physichal iOS device. The iOS device times out connecting to the server. The server and the devices are all on the same local network. No firewall issues.
Any ideas?
Thank you,
Uros

Hi Uros,

Please, make sure that you set correct server host and port for your apps.
You can see host and port of server in the Backendless Console → click ‘Data’ → click ‘REST Console’ tab → see field ‘Request URL’.

http://support.backendless.com/public/attachments/3ae72cf48cae09e6ece30b116eb96ae9.png</img>

Regards,
Ilya

Hi Ilya,

I think the problem is more complex. If I type in the http://10.0.2.7:8080/api I get the response
All works! c383f420b7fb13c4b21bb5ae98cf4acffd021a7d build id is 91566.

If I type the same url in a web browser on another physical computer in the same network the request times out. The firewall on 10.0.2.7 is turned off.

Any suggestions?

Best regards,
Uros

Hi Uros,

Please, check the configuration of your network (ports opening, firewalls, etc.).
It doesn’t sound like a Backendless issue.

Sorry, I can’t help you with this.

Regards,
Ilya

Hi Ilya,

I’ve installed the server on a linux VM in the same network. It seems to work fine there.

Thank you,
Uros