I have a class that implements the delegate NSUrlConnection, from connection didFailWithError. How can I detect an error caused when there is no Internet connection?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
According to my memory, the error code of the missing Internet connection is -1009.
In method
try checking |
|||
|
|