carpoolear
carpoolear copied to clipboard
App configuration
Hi,
how we can configure phonegap app ? to get the correct URL, the App is freezing
In the dev.env.js or the prod.env.js depends on the kind of build your are trying to do.
But how the mobile App is connected to the localhost backend ?
Setting the API_URL
https://github.com/STS-Rosario/carpoolear/blob/master/config/dev.env.js#L6
yes this is what I did before, but I think the mobile app can't connect to the localhost.
Never a mobile phone could connect to a localhost address, you have to publish using a local IP or a service like nip.io
Assuming this is not a real issue then?