views:

25

answers:

1

Hi all,

I am implementing an API based application. As per the requirements I need to show an alert when "No Cellular Network Available". I go through the documentations didn't find any solution. Can guys please help me on this it is very urgent.

Thank you, Monish.

A: 

To test reachability, use this sample code called Reachability.

To show an alert, use UIAlertView.

Both are in Apple's documentation. You don't have to say "you went through the documentation" or "it's urgent...". You can just ask questions! That's what Stack Overflow is for.

Yuji