Can I use Objective-C on iPhone to disconnect all WIFI connections?
Note: everyone sees the OP asking if this is possible or not? He does not mention that the API should be publicly available. So here it is:
Class _SBWifiManager = objc_getClass("SBWiFiManager");
[[_SBWifiManager sharedInstance] setWiFiEnabled:NO];
( link )
, iOS, , , . , , AppStore, , .
, , //, . , .
user529758