Im trying develop iOS vpn application using openvpn protocol.can you explain Apple support openvpn protocol any limitation there?
iOS Support OpenVpn?.How to build Openvpn?
Modern versions of iOS support the Network Extension provider architecture, which means there’s a clear, supported path forward for creating VPN clients. For a general introduction to this technology, watch WWDC 2015 Session 717 What’s New in Network Extension and VPN.
IMPORTANT The end of that session says that you need special entitlements to create a Network Extension provider. That’s no longer the case. See my Network Extension Framework Entitlements for the details.
iOS has no explicit support for the OpenVPN protocol. If you’re looking for help with that, you should talk to OpenVPN.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
Hi @eskimoeskimo
Can we upload app on appstore which is using openVPN protocol (openvpn open source code library ), if OpenVPN are ok with this?
The only folks who can give you definitive answers about what will or will not be allowed on the store is App Review. I don’t work for App Review, so the only thing I can do is point you to their published information.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"