OpenVPN Connect 1.0.6 and higher installs the openvpn:// URL scheme and can be detected with the following code:
BOOL installed = [application canOpenURL:[NSURL URLWithString:@"openvpn://"]];
OpenVPN Connect 1.0.6 and higher installs the openvpn:// URL scheme and can be detected with the following code:
BOOL installed = [application canOpenURL:[NSURL URLWithString:@"openvpn://"]];