I have an application that needs to load its data from the server when it first launch, i want to add a message that alert user in case the internet connection is not active as it is done right now it crashes when there’s no connection. Thank you.
Share
If its related to failing internet connection you can use one of the NSURLConnectionDataDelegate methods: