문제

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?

도움이 되었습니까?

해결책

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/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top