Question

I want to show defaul Settings app. Before I could use method

NSURL*url=[NSURL URLWithString:@"prefs:root=WIFI"];

But now it's disabled, is there any way now in iOS7 to show Settings app?

Était-ce utile?

La solution

Unfortunately this is not possible anymore, as apps were offering jailbreak like solutions through the app store(Settings shortcuts). See the following link iOS Launching Settings -> Restrictions URL Scheme. Infact, its been disable since iOS 5.1.

See the following link for an article that shows when and why this was removed in detail: http://www.idownloadblog.com/2011/11/29/iphone-5-1-disables-shortcuts/

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top