I'm working on an iPhone app that makes a few calls to web services. I posted this app on the Apple store but it got rejected (and rightly so) since there was no error message displayed to the user if no internet connection is available. Since obviously the app would not work without it.
So I just wanted to know how to best achieve this? I'm guessing something needs to go in the viewDidLoad method that will throw an alert box saying something like "You need an internet connection to use this application".
Any ideas would be appreciated.
