Why is the VPN created by IKEV2 shown in the settings as a personal VPN instead of a device VPN?
Post
Replies
Boosts
Views
Activity
p.authenticationMethod = NEVPNIKEAuthenticationMethodSharedSecret;
p.sharedSecretReference = [self searchKeychainCopyMatching:@"PSK"];
Failed to create IKEV2 using PSK, and the following error message is displayed:
Start VPN failed: [The operation couldn’t be completed. (NEVPNErrorDomain error 1.)]
May I ask what the reason is?