Looking for a way to get my IOS app to receive a notification when the device looses connection to the internet.
Any idea if there are notification classes for this?
Looking for a way to get my IOS app to receive a notification when the device looses connection to the internet.
Any idea if there are notification classes for this?
Apple has a demo app with a class called Reachability
I use this and many others do too, it'll do exactly what you ask for in your question.