Hi,
Getting some crash reports on iPad when my app starts up and there is no internet connection.
Tracking it down now, but wondering if any others had similar issues?
Turned off analytics and news functions that use Http, but still crashes on testing.
ty!
Update:
UI Requires Persistent WiFiSpecifies whether the application requires a Wi-Fi connection. iOS maintains the active Wi-Fi connection open while the application is running.
If this is NOT checked it seems to cause a hard crash if internet is off!
I found it was OFF in my app so set it ON and it resolved the issue.