rajesh57
rajesh57

Reputation: 275

iOS VPN Application using Tunnel Mode with Network extension

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

Answers (1)

Jordan Johnson
Jordan Johnson

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

Related Questions