NEHotspotConfiguration * configuration = [[NEHotspotConfiguration alloc] initWithSSID:ssid passphrase:password isWEP:NO];
[[NEHotspotConfigurationManager sharedManager] applyConfiguration:configuration completionHandler:^(NSError * _Nullable error) {
// error is null
}];
iPhone 6 and iPhone 8 success.
Post
Replies
Boosts
Views
Activity
Xcode 12.1
macOS Catalina 10.15.7
iPhone 8 iOS 14.0
iPhone is not available. Please reconnect the device.
I need some help. Can you help me?