-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I'm trying the following:
WiFiManagerRef manager = WiFiManagerClientCreate(kCFAllocatorDefault, 0);
CFArrayRef networks = WiFiManagerClientCopyNetworks(manager);
NSLog(@"networks: %@", networks);but networks is null.
I am linking against iOS 8's MobileWiFi.framework and have copied the headers from your reversed-headers repo (not sure which iOS version those correspond to).
I would have used this wifi project, however without an Xcode project file I am pretty lost using it on a non-jailbroken device.
Metadata
Metadata
Assignees
Labels
No labels