views:

943

answers:

1

i am creating an application which requires internet must be avialable to use it.I want to use reachability class in my project and i want to detect if user has no internet connection whatever the technique is either wifi,Carrier or whatever the way is.I want a step by step guide for this.Thanks

A: 

You can start with Reachability sample application. There is also some entries on SO that are about the subject.

Laurent Etiemble