'iOS, testFlight, app can't connect to the Internet
I installed testFlight, added app to the iTunes connect, and downloaded it using testFlight. My test app can't connect to the internet. But If I upload my app through the cable - Internet works.
Solution 1:[1]
Had the same issue but rebuilt to my phone and it did not connect to the internet either.
Seems to be an issue with the App Transport Security, new in iOS9
Solution 2:[2]
Feedback :
Common solution is App Transport Security in info.plist .
In my case, there was an error in my request, causing it to return null value, which couldn't be handled by my script. Returned var was empty and nothing was displayed. It seemed like it couldn't access internet but it was actually a data problem. Request corrected with null handling => App working fine now.
Thanks everyone !
Solution 3:[3]
Just enable mobile data in your testflight app settings.
Solution 4:[4]
I had the same problem using TestFlight on iPad
I uninstalled the Antivirus and worked
Thanks to Chathuranga Jayawardhana
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mj662 |
| Solution 2 | Vincent Monteil |
| Solution 3 | Mikko |
| Solution 4 |
