Iam currently checking the internet connection when i start the app first time but if i close the app and turn on the airplane mode and then run the app back its working or it should check the internet connection if i lose my wifi and it should say your internet connection lost or somthing like that. Any one have proper answer for this?
Iam currently checking the internet connection when i start the app first time but
Share
Use the Reachability API. Here’s some code from the app delegate file of one of my projects.