2

I am creating an app which requires internet. 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, Cellular. I want a step by step guide for this.

vhu
  • 12,244
  • 11
  • 38
  • 48
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
  • 3
    Did any answer help you? Just click the check mark to mark it as an accepted solution or vote it up. And please check your other questions for possible solutions, too. Thanks! :) (And yes, this is copy-pasted so new users are aware of the voting system.) – Henrik P. Hessel Jan 21 '10 at 09:24
  • This question has already been answered http://stackoverflow.com/questions/1083701/how-to-check-for-an-active-internet-connection-on-iphone-sdk – Radu Mar 01 '11 at 08:37

1 Answers1

5

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

Community
  • 1
  • 1
Laurent Etiemble
  • 27,111
  • 5
  • 56
  • 81