VPN for iOS Developers

I can’t find any guide for iOS developers, how can I make a VPN connection programmatically in obj-c, c or cpp. I need to write an application that connects through a VPN and takes files from the server, also edits them and sends them back through the VPN. which libraries or something like that. Please, help! Advice ??

+2
source share
1 answer

This is an old question, but the VPN API is not disclosed by Apple. Therefore, you cannot do this programmatically.

+2
source

All Articles