iOS app with custom VPN connect

2019-02-25 22:44发布

i want to create app which can connect to VPN using PPTP, L2TP or OpenVPN, but i cant find any information about this. Only found infortmation about using IPSec and IKEv2 in ios 8 SDK.

1条回答
虎瘦雄心在
2楼-- · 2019-02-25 23:03

If you want to connect programatically in ios 8 you can use only IPSec or IKEv2 protocols. L2TP and PPTP protocols are private for apple. It is not possible to use L2TP and PPTP APIs in your applications. Only Apple is currently using these APIs.

查看更多
登录 后发表回答