Search code examples
cocoa-touchiosiphone-privateapi

iOS Private API for VPN


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

P.S. I know private api can't be on the iTunes Store etc. This is only for private use.


Solution

  • There is such api in the system configuration framework. But it's all Core Foundation. It's pretty hard to reverse engineere that. So I gave up on it.