Reputation: 275
Currently Personal iOS Vpn Application implemented using IKEv2 protocol and network extension api but i want implement same thing using Network extension with packet Tunnel provider in tunnel mode.
So can explain clear architecture how to implement and what are library need?
Upvotes: 0
Views: 998
Reputation: 669
I suggest you look through (and built) the SimpleTunnel sample code. It shows how basic Packet Tunnel and App Proxy providers are set up.
Upvotes: 0