connect with localhost server ?

How can I connect my swift project with localhost server ?
(I have added my APP_ID and Secret KEY but still cannot connect)

Hi Edis,

Firstly you need to connect device to the same network your Backendless server is connected.
Secondly you get your local ip, e.g. in Linux env. you execute sudo ifconfig.
At third, you call Backendless.setUrl() and pass your ip in such format: http://___IP___:9000

Regards, Artur.