Packet Tunnel Provider in iOS 9

In iOS 9, a packet tunnel provider has been added to implement the user VPN protocol. But there is no information in this. Has anyone come across an implementation using this tunnel provider?

+4
source share
2 answers

Apple released Simple Tunnel sample code as shown in WWDC 15 '

https://developer.apple.com/videos/wwdc/2015/?id=717

Here is a sample code: https://developer.apple.com/library/prerelease/ios/samplecode/SimpleTunnel/Introduction/Intro.html

You need to add rights in order to run the application correctly, to which you should send network support at the apple address that I believe.

, , , , Packet Tunnel Provider.

PacketTunnelProvider , startTunnelWithOption: completeHandler. TunnelHelper, , .

.

+3

All Articles