Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement openVPN in iOS?

Tags:

ios

vpn

openvpn

Is there any library for implementing openVPN in iOS? I have to implement the functionality like openVPN app for ios. I search a lot but there is no solution. Most of the post are out dated. I got some example from the github but they are also not so useful[Most of the files are missing]. I want add/delete vpn from my app. Is it even possible?

like image 534
souvickcse Avatar asked Feb 21 '26 13:02

souvickcse


1 Answers

Apple doesn't support changing VPN or add form app (except app from openVpn).

But what you can do is show the open in menu for the .ovpn file, open the file in openVpn app, and then user can add/delete/start/stop VPN from there.

like image 79
souvickcse Avatar answered Feb 24 '26 02:02

souvickcse