I ran into a strange issue after building my app with Xcode 7. When the app pings the server, communications fails. This only happens under specific build conditions.
The app works without issue under the following circumstances:
- Build with Xcode 6.3 on iOS 8 device
- Build with Xcode 6.3 on iOS 9 device
- Build with Xcode 7.2/7.3 on iOS 8 device
Communication with the server fails when I:
Build with Xcode 7.2/7.3 on iOS 9 devices
I can hit the server URL without any problem from Safari on all devices. I'm currently in the process of confirming that I don't have access to the internet from within my app at all.
Is anybody aware of issues like this that might be tied to building with Xcode 7? I've noticed that Apple is always moving around the "Trusted Developer" settings with new iterations of iOS 9. Is it possible that I'm missing something obvious, like a setting or permission for my specific app?