0

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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Denis Bulgarini
  • 143
  • 3
  • 11

1 Answers1

1

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

Rob Napier
  • 286,113
  • 34
  • 456
  • 610