Hello,
I noticed an issue with my VPN configuration created with NETunnelProviderManager. When the user has multiple apps that use VPN configuration and are active, I cannot activate my network extension.
I am getting this error: NEVPNError.Code.configurationDisabled For ObjC it's NEVPNErrorConfigurationDisabled
How to do this programatically? Other apps are able to re-enable their VPN profile, if another one was selected.
I noticed an issue with my VPN configuration created with NETunnelProviderManager. When the user has multiple apps that use VPN configuration and are active, I cannot activate my network extension.
I am getting this error: NEVPNError.Code.configurationDisabled For ObjC it's NEVPNErrorConfigurationDisabled
So if this happens, I need to open Settings -> VPN and select my app's profile.An error code indicating the VPN configuration associated with the VPN manager isn’t enabled.
How to do this programatically? Other apps are able to re-enable their VPN profile, if another one was selected.