I followed this link iPhone reachability checking
but can anyone help me with if the user has not connected to internet how to take him to setting menu
I followed this link iPhone reachability checking but can anyone help me with if
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In iOS 5.0 and 5.0.1 you can use this:
However, in iOS 4.3 and older and in iOS 5.1 and later, this URL scheme is not associated with the Settings app – if you want your app to be accepted in the AppStore, you don’t really have any option other than asking the user to go to Settings. However, if jailbroken/non-AppStore development is an alternative, you can use a private function for opening an app:
This function is located in the SpringBoardServices private framework.