I tried to find openVPN source code for iOS, but found only for Android. OpenVPN creates an app for the AppStore in collaboration with Apple or something like that, so they don’t (or cannot) distribute the source code.
So, I continued searching on this topic and found the documentation on the configuration profile key ( link ) and found this article ( link ). But this article says:
- You need to use a supported VPN client, which can be either a built-in Cisco IPSec client or a supported SSL VPN client.
Do I need to use any installation client (for example, openVPN connect from the AppStore)?
Can I configure a VPN programmatically from my application? And how (if possible)?
Thanks for any help you can provide in this situation.
source
share