Without making any code change the same app works for debug build i.e. all requests are hitting server and collecting responses to act accordingly.
Whereas same code in release build never makes any http/s request to server
Without making any code change the same app works for debug build i.e. all requests are hitting server and collecting responses to act accordingly.
Whereas same code in release build never makes any http/s request to server
are these native ionic http, or some plugin?
I wonder what that means in this context…
I am using creator pro with online code editing which is ionic 1.3.2 thus its simple $http.get call
@mhartington Please help me with this issue. I am not able to create a release build with ionic creator.