Error Domain=NEHotspotConfigurationErrorDomain Code=8 "internal error." UserInfo={NSLocalizedDescription=internal error.}

NEHotspotConfiguration *hostConfig = [[NEHotspotConfiguration alloc] initWithSSID:BodyFatWifiSSID passphrase:BodyFatWifiPASSWORD isWEP:NO];

[[NEHotspotConfigurationManager sharedManager] applyConfiguration:hostConfig completionHandler:^(NSError * _Nullable error){

}

Replies

same here