Reputation: 143
I need to create an App that install a VPN existing profile like the app 1.1.1.1 on the iOS store.
This app basically connect to a VPN by asking the user to install an embedded VPN profile. I cannot find any Apple documentation about that. Can somebody help me?
Thanks in advance
Upvotes: 0
Views: 249
Reputation: 299265
You want an NEVPNManager
. See "What's New in Network Extension and VPN" from WWDC 2015.
Upvotes: 1