Appium prevents hybrid app from connecting to Internet

I am running a debug build signed with my developer profile of a hybrid Cordova application
When running the app manually, it works OK, the app logs into the server and everything is peachy.
When running an automated test through Appium, the app can’t connect to the server.
Any ideas?

This sounds like an iOS application. Does the debug build log a lot of data (e.g. large network API responses) with NSLog(…)?

can u share u r app ?

Hi @amitjaincoer191 unfortunately it’s an internal app that I wouldn’t be able to share.
@afwang I don’t get any logs out actually. Could you explain how to get some out with NSLog?