In the app which I am developing, I want to listen for an event when the user’s device becomes connected to the internet. I’m thinking about the use case when if my device is not currently connected to the internet (think iPod touch, not at home where there is no wifi), and then it becomes connected to the internet (i.e., returning home). Is there an event in iOS which I can listen to in my app for this?
Share
Use Reachability classes – Sample is here