Skip to content

MobileWiFi on iOS 8? #16

@RSully

Description

@RSully

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions