My app is loading data from a REST API and this works perfect while development and via the the ionic dev server. Also the live reload on the device works properly.
But when I build the final app on iOS (npx cap open ios) the loading of external data (via async or axios) doesn`t work.
Android builds working fine, too.
Is there something I have to configure in XCode to receive external data from the internet?
1 post - 1 participant