Denis Bulgarini
Denis Bulgarini

Reputation: 143

How do create an app that install a VPN profile?

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

Answers (1)

Rob Napier
Rob Napier

Reputation: 299265

You want an NEVPNManager. See "What's New in Network Extension and VPN" from WWDC 2015.

Upvotes: 1

Related Questions