HTTP package seems to not work on iOS build

The HTTP package is working fine on my local machine. I deploy to a server using mupx. The website on the server works, too.

But I get my app on test flight and the api calls with the HTTP package aren’t working.

I have this in my mobile-config:

App.accessRule(’*’);

Any ideas? Please help