Posts

Post not yet marked as solved
7 Replies
I am facing the same issue with Cocoapods. Did you manage to resolve it Galactico?
Post not yet marked as solved
4 Replies
It's great to see VPN security improved with the includeAllNetworks and excludeLocalNetworks properties added to NEVPNProtocol. Would be really great if these same features could be brought to iOS soon as well. My feedback report: FB6970648Cheers,Rob
Post not yet marked as solved
11 Replies
I have also filed a bug for this: FB6875042Interestingly, I found that if you delete the config from iOS settings, you can then connect from an extension, but then can't connect or disconnect from the host app. When inspecting the NEVPNProtocol of the NEVPNManager (`po vpnManager.protocolConfiguration`), there's a `pluginType` property that contains the bundleId of the app or extension - whichever did the first connection that added the config to the Settings app. Perhaps Apple is checking that this property matches the calling executable attempting to overwrite the configuration. If so, removing this check seems like the appropriate fix.Thoughts Quinn?