IOS Private API for VPN

I am looking for some private API to start a VPN connection configured in the Settings app. Any suggestions where I can find them? The only thing I found is ManagedConfiguration.framework. Is this a good place to start? it's hard without any documentation: - /

PS I know that private api cannot be in iTunes Store, etc. This is for private use only.

+3
source share
3 answers

In the structure of the system configuration there is such an api. But all this is Core Foundation. This is pretty hard to undo. Therefore, I refused this.

+2
source

iOS 8.0 now includes a network expansion infrastructure. It is not documented on developer.apple.com, but in the Features panel, you simply go to Personal VPN and it is added to the project for you ... then you can view its headers. white paper does not provide more in-depth information. Grmbl.

I just discovered this, and now I'm digging, so I no longer understand, but you go there.

+3
source

well, it's more than that: you can sign up for an application developer program and not get access to the VPN API; You can also sign up for the Apple Entreprise program Apple support confirms that you will have access to it, but you will not. You can ask the famous β€œEskimo” guy to invite and get access, but at the end he will be given only companies such as Cisco, Juniper and some others.

So, I confirm: you are wasting your time on this topic.

0
source

All Articles