Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strike>No I don’t know a way to replicate this functionality.</p> <p>But what you can do is file a Radar requesting the restoration. <a href="http://openradar.appspot.com/10198949" rel="nofollow noreferrer">Here is a radar</a> requesting that the schemes be documented in the first place.</p> <p><a href="https://twitter.com/#!/drbarnard/status/177494514779426816" rel="nofollow noreferrer">David Barnard</a> has confirmed that iOS 5.1 breaks the settings apps URL schemes.</strike></p> <hr> <p><strong>Update</strong>: <a href="https://stackoverflow.com/questions/25558836/how-to-open-settings-from-my-ipad-application-objective-c/25558855#25558855">iOS 8 has similar functionality</a> for opening your app’s settings. Thanks Apple, <a href="https://stackoverflow.com/questions/25558836/how-to-open-settings-from-my-ipad-application-objective-c/25558855#comment39915884_25558855">Mike</a> and <a href="https://stackoverflow.com/users/2376248/soto-ighost">Soto_iGhost</a>. </p> <p>The constant <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/#//apple_ref/doc/constant_group/Settings_Launch_URL" rel="nofollow noreferrer"><code>UIApplicationOpenSettingsURLString</code> (UIApplication Documentation)</a> will open the settings for your app and not, say Twitter’s settings. Not exactly the same functionality but much cleaner than before and now officially recognized.</p> <p>This should be extra useful now that each app has a place in Settings for using privacy, cellular data, background app refresh and notifications.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload