iphone - How to open preferences/settings with iOS 5.1? -


looks ios 5.1 has broken standard url encoding navigating user preference.

for example:

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"prefs:root=twitter"]]; 

works in ios 5.0 not in ios 5.1 (both device , simulator).

has found way replicate functionality in ios 5.1?

no don’t know way replicate functionality.

but can file radar requesting restoration. here radar requesting schemes documented in first place.

david barnard has confirmed ios 5.1 breaks settings apps url schemes.


update: ios 8 has similar functionality opening app’s settings. apple, mike , soto_ighost.

the constant uiapplicationopensettingsurlstring (uiapplication documentation) open settings app , not, twitter’s settings. not same functionality cleaner before , officially recognized.

this should useful each app has place in settings using privacy, cellular data, background app refresh , notifications.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -