I have an simple android app written using Xamarin. At start up time it tries to do certain REST calls to an backend. This works fine in my emulator and when I usb debug on my S7. But when I try to deploy using hockeyapp every single api call seems to fail.
I have looked through the manifest files, and the INTERNET permission is set.
Anyone have any ideas?