How to use Reachability class to detect network status?

12,252

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

Share:
12,252
Rahul Vyas
Author by

Rahul Vyas

Sr. iOS Developer, Gamer

Updated on June 05, 2022

Comments

  • Rahul Vyas
    Rahul Vyas almost 2 years

    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.