Open csiAndreyMitskevich opened 3 years ago
@csiAndreyMitskevich did you solve it?
No, I didn't. We bumped deployment target for now, because solution is not clear for us.
@csiAndreyMitskevich thanks for replying.
what is mean We bumped deployment target for now?
return macOS 11? or ios not supported ?
For now our macOS app can be run on OS starting from 11.
After the call of
manager?.connection.startVPNTunnel(options....
wheremanager
isNETunnelProviderManager
I don't get execution inoverride func startTunnel(options: [String : NSObject]?, completionHandler: @escaping (Error?)
it is method in subclass ofNEPacketTunnelProvider
. This implementation works good on iOS and on macOS 11... but it doesn't work on macOS 10.15.7. Do you have any ideas/reason? I added a lot of logs and as I understood my network extension doesn't load in memory at all. At the first it was iOS application but now it is MacCatalyst project. The version ofOpenVPNAdapter
is(0.7.0)
Also from the console I see
Last disconnect error for APP changed from "none" to "The VPN app used by the VPN configuration is not installed"