I currently have an application that requires the user to maintain a VPN tunnel, on load i check if the VPN tunnel is available.
I am wondering if there is anyway for me to display a UIAlertView which on clicking "OK" takes the user to the iPhone main settings screen, so they can turn on VPN.
I know how to store app specific settings and that seems to be the most common articles out there but is there any way to get your app to redirect the user to the main iphone settings page?
thanks in advance,
Harry.