Post

Replies

Boosts

Views

Activity

NEHotspotConfigurationErrorDomain Code=4 “invalid EAP settings.” in iOS 15
Same NEHotspotEAPSettings works fine before iOS 15, which looks like this. NEHotspotEAPSettings *eapSetting = [[NEHotspotEAPSettings alloc] init];     eapSetting.tlsClientCertificateRequired = YES;     eapSetting.supportedEAPTypes = @[@(NEHotspotConfigurationEAPTypeEAPTLS)];     eapSetting.preferredTLSVersion = NEHotspotConfigurationEAPTLSVersion_1_2;     eapSetting.outerIdentity = myVcardDict[@"mis"]; any idea? Thanks!
18
0
2.8k
Aug ’21