0

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?

user848106
  • 235
  • 1
  • 8
  • 18

1 Answers1

1

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.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378