Re: iOS 5/6 and VPN
Re: iOS 5/6 and VPN
- Subject: Re: iOS 5/6 and VPN
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Mon, 22 Oct 2012 12:19:21 +0100
On 17 Oct 2012, at 13:59, Kevin Brock <email@hidden> wrote:
> Maybe someone from Apple in that group will chime in hereā¦
Folks interested in the iOS VPN plug-in mechanism should read this DevForums thread.
<https://devforums.apple.com/message/351326#351326>
On 18 Oct 2012, at 23:17, Arun R <email@hidden> wrote:
> this is a standard ios VPN type, which we want to (a) configure automatically based on our xml file
There are no APIs to do this directly. The best you can do is:
1. convert your XML file into a configuration profile
2. host the profile somewhere
3. -openURL: that URL
That'll kick off the system's 'import this profile' user interface.
> (b) have a simple dialer for - which connects, monitors the connection, and redials when the connection drops, etc.
There are no APIs for this on iOS. For VPN on Demand you can bring up the VPN interface by opening a connection to a host on the other side of that interface, but that's all you can do.
If you'd like to see better support for this added in the future, I encourage you to file a bug describing your requirements. While we may have seen similar requests many times before, a fresh bug report will allow you to express your needs in your own terms, and allow iOS engineering to gauge the level of demand.
<http://developer.apple.com/bugreporter/>
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden