If the user is not connected to the Internet, I would like to display an alert. How would I do this?
Asked
Active
Viewed 516 times
0

Jack Humphries
- 13,056
- 14
- 84
- 125

Chandler De Angelis
- 2,646
- 6
- 32
- 45
-
This is iOS. I know how to make an alert come up, but I only want it to come up if the device isn't connected to wifi. – Chandler De Angelis May 17 '12 at 22:41
1 Answers
1
You should check out Apple's Reachability sample code and use the Reachability classes to test for connection status.

Michael Frederick
- 16,664
- 3
- 43
- 58