Start OpenVPN connection from my IOS App

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
LucaG4B
OpenVpn Newbie
Posts: 4
Joined: Mon Aug 01, 2016 2:00 pm

Start OpenVPN connection from my IOS App

Post by LucaG4B » Mon Sep 05, 2016 7:14 am

Starting with OpenVPN Connect 1.0.6, the following code may be used to detect the app:

[application canOpenURL:[NSURL URLWithString:@"openvpn://"]];

Is it possible to activate a connection from my IOS app adding some parameters to OpenVpn custom url schemes ?


Thanks

Post Reply