App only makes http request when using Livereload

Hey,

I’ve got an App that makes a HTTP request.

When using ionic serve it works fine.
When using ionic emulate ios --l it works.
When using ionic run ios --device --l it works.

Removing --l (livereload) it stops working when making the http request.

I am just stuck…