iPhone Wi-Fi Manager SDK
I'm attempting several methods trying to enable/disable Wi-Fi (toggle). Here are some things I am trying: //Enable WiFiManagerClientEnable(WiFiManagerClientCreate(kCFAllocatorDefault, 0)); //Disable WiFiManagerClientDisable(WiFiManagerClientCreate(kCFAllocatorDefault, 0)); -and- //Enable WiFiManagerClientSetProperty(WiFiManagerClientCreate(kCFAllocatorDefault, 0), @"AllowEnable", kCFBooleanTrue); //Disable WiFiManagerClientSetProperty(WiFiManagerClientCreate(kCFAllocatorDefault, 0), @"AllowEnable", kCFBooleanFalse); Each of those end up crashing the app, even though I have an exception