An app can't connect to an external API

hi there!

I'am trying to bouild the new app, but it can't connect to external API (the link is https://intranspo.ru/api ).

I tried to find solution on the web: I saw the advice to change a plist key for my app (App transport security settings)

I also added to plist the following keys with values:

1. Privacy - Photo Library Usage Description:

Access to the photo library is required for the purpose of uploading and attaching photographs in customer reviews

2. Privacy - Location Always Usage Description: The app requires access to location in order to find current driver position

3. Privacy - Location When In Use Usage Description: The app requires access to location data in order to find the closest driver


however, it doesn't work 😟 the app can't connet to the API even from the Xcode's simulator, but, for example, safari has access to the internet there.

I think that I chose the wrong settings for the build in Xcode.

Could you help me solve this problem please? 🙂

thank u very much