Posts

Post not yet marked as solved
4 Replies
2.7k Views
I am porting Android device vpn to iOS based device vpn based on nepackettunnelprovider. Android provides a mechanism to bypass vpn for some tcp/udp connections uisng the following api:class VpnServiceprotect(int socket)Protect a socket from VPN connectionsI dont see equivalent api in iOS 9 vpn apis. How do I implement equivalent in iOS 9 vpn ?
Posted
by Vbk.
Last updated
.