Page 1 of 1

Start OpenVPN connection from my IOS App

Posted: Mon Sep 05, 2016 7:14 am
by LucaG4B
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