Configure the project for networking

Add the INTERNET Permission

To access resources through the network, you must add the INTERNET permission to your app’s URS file. Without this, your app won’t be able to connect to the network.

Network security for iOS (ATS)

Since iOS 9, Apple has created the App Transport Security policy. It enforces best practices in the secure connections between an app and its back end.

To adopt ATS, your application connections and back end server must follow a list of requirements (see ATS requirements). Be aware that an application can bypass ATS, however, in that case, you will have to justify it in iTunes Connect when the application will be prepared for publication.

Refer to the section about Network security (see Network security) to know how to adopt ATS in your NeoMAD project or how to disable it for specific HTTP domains.