Question

I want to get access to the page of network-setting from my own app. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]] it works? I tried but failed. Thanks in advance.

I this document : "Apple URL Scheme Reference" I found no setting url.

Was it helpful?

Solution

This feature was allowed in iOS 5, then disallowed in iOS 5.1. So if you are testing on 5.1 it won't work anymore.

OTHER TIPS

As you say in your question, there is no official URL scheme to access the settings app.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top