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
3.1k
Jan ’22
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!
Replies
18
Boosts
0
Views
3.1k
Activity
Jan ’22
saveToPreferencesWithCompletionHandler NEVPNErrorDomain Code=5 "permission denied" on inhouse app
Our inhouse app has allowed VPN, and it works fine for most users, however, some users come to this NEVPNErrorDomain Code=5 "permission denied" error and could never start the VPN connection. It happens on iOS 17.1.2 + iPhone16,2 iOS 17.0.2 + iPhone16,2 Any clue? Thx.
Replies
1
Boosts
0
Views
562
Activity
Dec ’23