I am developing currently in React Native an app. After testing everything on the simulator I decided to run our app on a physical ios device.
When I try to connect to our API (fetch) I get following error (endless repeat everytime I try to connect):
nw_connection_get_connected_socket 12 Connection has no connected handler
2018-02-19 21:28:59.652134+0100 myApp[12063:4504022] TCP Conn 0x1c016b100 Failed : error 0:61 [61]
Strange thing: If I turn on Remote JS Debugging on my device it works without any problems. I think it works because it is using the connection of my laptop.
Any help would be appreciated.