CPNetworkObserver: Difference between revisions

From iPhone Development Wiki
No edit summary
No edit summary
Line 15: Line 15:
}}
}}


Tests if the network is reachable.
Tests if the network is reachable. (has shown unrealiable at times)


----
----

Revision as of 18:33, 9 December 2012

CPNetworkObserver is a part of AppSupport.framework which allows you to query some information regarding networking status on iOS.

Methods

Signature -(CPNetworkObserver *)sharedNetworkObserver;

Obtains the shared network observer.


Signature -(BOOL)isNetworkReachable;

Tests if the network is reachable. (has shown unrealiable at times)


Signature -(BOOL)isWiFiEnabled;

Tests whether Wi-Fi is enabled.