NetworkExtension - NEVPNManager
问题 Apple published with iOS 8 a new Framework "NetworkExtension". I want to start a VPN Connection out of an app with the NEVPNManager, or has this Framework another use? Has somebody information or an example about this Framework? I can´t find information about it on the developer.apple.com website, only in the header files. Thanks 回答1: The code would look something like this (exact implementation depends on the type of VPN): NEVPNManager *manager = [NEVPNManager sharedManager]; [